# l2j-server-script-engine **Repository Path**: x_file/l2j-server-script-engine ## Basic Information - **Project Name**: l2j-server-script-engine - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-11-28 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # L2J Java Script Engine A JSR-223 implementation for Java. ## Getting Started ### Pre-requistites To build this project you will need [Java JDK](http://www.oracle.com/technetwork/java/javase/downloads/index.html) 10.0+ and [Maven](https://maven.apache.org/) 3.5+. ### Build ``` $ mvn clean install ``` ### Run tests ``` $ mvn test ``` ### Versioning We use [SemVer](https://semver.org/) for versioning. ### Auhtors Zoey76 ### License The project is under GPLv3, see [LICENSE](LICENSE) file.