Skip to content

JDevKit is a Java Dev Kit offering essential tools for streamlined development. It includes common components, WebCal (RFC5545) support, GUID generation, and JWT features. Designed to enhance efficiency across projects of all sizes.

License

Notifications You must be signed in to change notification settings

OnixByte/JDevKit

Repository files navigation

JDevKit

Static Badge Static Badge Static Badge Static Badge

JDevKit is a Java Development Kit that offers a set of convenient tools for writing code efficiently.

Installation and Usage

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.

Contribution

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.

License

This project is licensed under the Apache License 2.0.

Contact

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.

About

JDevKit is a Java Dev Kit offering essential tools for streamlined development. It includes common components, WebCal (RFC5545) support, GUID generation, and JWT features. Designed to enhance efficiency across projects of all sizes.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors 3

  •  
  •  
  •  

Languages