https://github.com/alexanderwolz/commons-util
Common utility classes for Java/Kotlin development
https://github.com/alexanderwolz/commons-util
classes common development java kotlin tools utils
Last synced: about 1 month ago
JSON representation
Common utility classes for Java/Kotlin development
- Host: GitHub
- URL: https://github.com/alexanderwolz/commons-util
- Owner: alexanderwolz
- License: apache-2.0
- Created: 2025-10-01T07:11:13.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-10-07T05:12:56.000Z (9 months ago)
- Last Synced: 2025-10-19T23:48:03.741Z (8 months ago)
- Topics: classes, common, development, java, kotlin, tools, utils
- Language: Kotlin
- Homepage: https://www.alexanderwolz.de
- Size: 153 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Commons Util





## 🧑💻 About
This repository provides common util classes.
## 🛠️ Build
1. Create jar resource using ```./gradlew clean build```
2. Copy ```/build/libs/*.jar``` into your project
3. Use the utility classes
## 📦 Getting the latest release
You can pull the latest binaries from the central Maven repositories:
with Gradle
```kotlin
implementation("de.alexanderwolz:commons-util:1.7.1")
```
with Maven
```xml
de.alexanderwolz
commons-util
1.7.1
```
- - -
Made with ❤️ in Bavaria
© 2025, Alexander Wolz