An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Commons Util

![GitHub release (latest by date)](https://img.shields.io/github/v/release/alexanderwolz/commons-util)
![Maven Central Version](https://img.shields.io/maven-central/v/de.alexanderwolz/commons-util)
![GitHub](https://img.shields.io/github/license/alexanderwolz/commons-util)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/alexanderwolz/commons-util)
![GitHub all releases](https://img.shields.io/github/downloads/alexanderwolz/commons-util/total?color=informational)

## 🧑‍💻 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