Skip to content

Some tool libraries that don't know where to put them || TLIB series works.

License

Notifications You must be signed in to change notification settings

404Setup/tiny-utils

Repository files navigation

Tiny Utils

Maven Central Version javadoc

need Java 17.

Install

maven

<dependency>
    <groupId>one.pkg</groupId>
    <artifactId>tiny-utils</artifactId>
    <version>[VERSION]</version>
</dependency>

Gradle (Groovy)

repositories {
    mavenCentral()
}

dependencies {
    implementation 'one.pkg:tiny-utils:[VERSION]'
}

Gradle (Kotlin DSL)

repositories {
    mavenCentral()
}

dependencies {
    implementation("one.pkg:tiny-utils:[VERSION]")
}

About

Some tool libraries that don't know where to put them || TLIB series works.

Resources

License

Stars

Watchers

Forks

Languages