Skip to content

Async Coroutines Socket 1.0

Latest
Compare
Choose a tag to compare
@TheEvilRoot TheEvilRoot released this 03 Aug 10:10
· 18 commits to master since this release
  • 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>