https://github.com/404setup/t-utils
https://github.com/404setup/t-utils
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/404setup/t-utils
- Owner: 404Setup
- License: apache-2.0
- Created: 2025-02-17T06:31:39.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2025-02-17T07:03:54.000Z (3 months ago)
- Last Synced: 2025-02-17T08:21:57.346Z (3 months ago)
- Language: Java
- Homepage:
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TUtils
[](https://central.sonatype.com/artifact/one.tranic/t-utils)
[](https://javadoc.io/doc/one.tranic/t-utils)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`
```xml
one.tranic
t-utils
[VERSION]```
`Gradle (Groovy)`
```groovy
repositories {
mavenCentral()
}dependencies {
implementation 'one.tranic:t-utils:[VERSION]'
}
````Gradle (Kotlin DSL)`
```kotlin
repositories {
mavenCentral()
}dependencies {
implementation("one.tranic:t-utils:[VERSION]")
}
```