JDevKit is a Java Development Kit that offers a set of convenient tools for writing code efficiently.
If you are using Maven, please paste the following codes to pom.xml in your project.
<dependency>
<groupId>com.onixbyte</groupId>
<artifactId>${artifactId}</artifactId>
<version>${version}</version>
</dependency>
If you are using Gradle, please paste the following codes to buile.gradle[.kts] in your project.
implementation 'com.onixbyte:$artifactId:$version'
implementation("com.onixbyte:$artifactId:$version")
If you want to check the available versions, please check out at our official site.
Contributions are welcome! If you encounter any issues or want to contribute to the project, please feel free to raise an issue or submit a pull request.
This project is licensed under the Apache License 2.0.
If you have any suggestions, ideas, don't hesitate contacting us via GitHub Issues or Discord Community.
If you face any bugs while using our library and you are able to fix any bugs in our library, we would be happy to accept pull requests from you on GitHub.