https://github.com/404setup/t-network
https://github.com/404setup/t-network
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/404setup/t-network
- Owner: 404Setup
- License: apache-2.0
- Created: 2025-02-16T02:36:32.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2025-02-16T02:47:03.000Z (3 months ago)
- Last Synced: 2025-02-16T03:23:17.931Z (3 months ago)
- Language: Java
- Size: 0 Bytes
- 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]")
}
```