https://github.com/404setup/tiny-utils
Some tool libraries that don't know where to put them
https://github.com/404setup/tiny-utils
Last synced: 15 days ago
JSON representation
Some tool libraries that don't know where to put them
- Host: GitHub
- URL: https://github.com/404setup/tiny-utils
- Owner: 404Setup
- License: apache-2.0
- Created: 2025-02-17T06:31:39.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2026-05-13T12:20:34.000Z (about 1 month ago)
- Last Synced: 2026-05-13T12:33:09.595Z (about 1 month ago)
- Language: Java
- Homepage:
- Size: 237 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tiny Utils
[](https://central.sonatype.com/artifact/one.pkg/tiny-utils)
[](https://javadoc.io/doc/one.pkg/tiny-utils)
need Java 17.
## Install
`maven`
```xml
one.pkg
tiny-utils
[VERSION]
```
`Gradle (Groovy)`
```groovy
repositories {
mavenCentral()
}
dependencies {
implementation 'one.pkg:tiny-utils:[VERSION]'
}
```
`Gradle (Kotlin DSL)`
```kotlin
repositories {
mavenCentral()
}
dependencies {
implementation("one.pkg:tiny-utils:[VERSION]")
}
```