https://github.com/onixbyte/jdevkit
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.
https://github.com/onixbyte/jdevkit
java jwt utils-library
Last synced: 10 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/onixbyte/jdevkit
- Owner: OnixByte
- License: apache-2.0
- Created: 2023-07-28T11:38:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-26T08:29:51.000Z (over 1 year ago)
- Last Synced: 2024-12-21T17:43:41.936Z (about 1 year ago)
- Topics: java, jwt, utils-library
- Language: Java
- Homepage: https://onixbyte.com/devkit
- Size: 637 KB
- Stars: 66
- Watchers: 9
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JDevKit




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.
```xml
com.onixbyte
${artifactId}
${version}
```
If you are using **Gradle**, please paste the following codes to _buile.gradle\[.kts\]_ in your project.
```groovy
implementation 'com.onixbyte:$artifactId:$version'
```
```kotlin
implementation("com.onixbyte:$artifactId:$version")
```
If you want to check the available versions, please check out at our [official site](https://codecrafters.org.cn/devkit/changelog).
## Contribution
Contributions are welcome! If you encounter any issues or want to contribute to the project, please feel free to **[raise an issue](https://github.com/CodeCraftersCN/jdevkit/issues/new)** or **[submit a pull request](https://github.com/CodeCraftersCN/jdevkit/compare)**.
## License
This project is licensed under the [Apache License 2.0](LICENSE).
## Contact
If you have any suggestions, ideas, don't hesitate contacting us via [GitHub Issues](https://github.com/CodeCraftersCN/jdevkit/issues/new) or [Discord Community](https://discord.gg/NQK9tjcBB8).
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](https://github.com/CodeCraftersCN/jdevkit/compare).