https://github.com/404setup/t-network
TLIB series works.
https://github.com/404setup/t-network
Last synced: about 2 months ago
JSON representation
TLIB series works.
- Host: GitHub
- URL: https://github.com/404setup/t-network
- Owner: 404Setup
- License: apache-2.0
- Created: 2025-02-16T02:36:32.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2025-05-04T07:47:32.000Z (9 months ago)
- Last Synced: 2025-05-04T08:33:38.880Z (9 months ago)
- Language: Java
- Homepage:
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TNetwork
[](https://central.sonatype.com/artifact/one.tranic/t-network)
[](https://javadoc.io/doc/one.tranic/t-network)
No need to install TLIB Base, need Java 17.
## Install
Please use shadow to remap TNetwork to your own path to avoid conflicts with other libraries/plugins using TProxy.
`maven`
```xml
one.tranic
t-network
[VERSION]
```
`Gradle (Groovy)`
```groovy
repositories {
mavenCentral()
}
dependencies {
implementation 'one.tranic:t-network:[VERSION]'
}
```
`Gradle (Kotlin DSL)`
```kotlin
repositories {
mavenCentral()
}
dependencies {
implementation("one.tranic:t-network:[VERSION]")
}
```