t

tenio-common

TenIO is a java NIO (Non-blocking I/O) based server specifically designed for multiplayer games. It supports UDP and TCP transports which are handled by Netty for high-speed network transmission. This is the common module for multipurpose use of the framework.
https://github.com/congcoi123/tenio
MIT License
Kong
Files download
File Operation
tenio-common-0.5.0.jar download
tenio-common-0.5.0.pom download
tenio-common-0.5.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.congcoi123</groupId>
  <artifactId>tenio-common</artifactId>
  <version>0.5.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.congcoi123:tenio-common:0.5.0'
Gradle Kotlin
implementation("io.github.congcoi123:tenio-common:0.5.0")
Scala SBT
libraryDependencies += "io.github.congcoi123" % "tenio-common" % "0.5.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.congcoi123', module='tenio-common', version='0.5.0')
)
Apache Ivy
<dependency org="io.github.congcoi123" name="tenio-common" rev="0.5.0" />
Leiningen
[io.github.congcoi123/tenio-common "0.5.0"]
Apache Buildr
'io.github.congcoi123:tenio-common:jar:0.5.0'