- Kotlin 1.5.21
- Coroutine socket implementation
- Socks5 partial implementation
- Socks4 implementation
You can download it from packages page or link as a dependency using Gradle
Groovy:
implementation 'me.theevilroot:coroutine-async-socket:1.0'
Kotlin Build Script:
implementation("me:theevilroot:coroutine-async-socket:1.0")
or with Maven:
<dependency>
<groupId>me.theevilroot</groupId>
<artifactId>coroutine-async-socket</artifactId>
<version>1.0</version>
</dependency>