An open API service indexing awesome lists of open source software.

https://github.com/404setup/t-network


https://github.com/404setup/t-network

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# TNetwork

[![Maven Central Version](https://img.shields.io/maven-central/v/one.tranic/t-network)](https://central.sonatype.com/artifact/one.tranic/t-network)
[![javadoc](https://javadoc.io/badge2/one.tranic/t-network/javadoc.svg)](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]")
}
```