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/t-utils

Repository files navigation

TUtils

Maven Central Version javadoc

No need to install TLIB Base, need Java 17.

Install

Please use shadow to remap TUtils to your own path to avoid conflicts with other libraries/plugins using TUtils.

maven

<dependency>
    <groupId>one.tranic</groupId>
    <artifactId>t-utils</artifactId>
    <version>[VERSION]</version>
</dependency>

Gradle (Groovy)

repositories {
    mavenCentral()
}

dependencies {
    implementation 'one.tranic:t-utils:[VERSION]'
}

Gradle (Kotlin DSL)

repositories {
    mavenCentral()
}

dependencies {
    implementation("one.tranic:t-utils:[VERSION]")
}

About

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

Resources

License

Stars

Watchers

Forks

Languages