t

tenio-core

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 core module for the main process of the framework.
https://github.com/congcoi123/tenio
MIT License
Kong
文件下载
文件名 操作
tenio-core-0.0.3.jar 下载
tenio-core-0.0.3.pom 下载
tenio-core-0.0.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.congcoi123</groupId>
  <artifactId>tenio-core</artifactId>
  <version>0.0.3</version>
</dependency>
Gradle Groovy
implementation 'io.github.congcoi123:tenio-core:0.0.3'
Gradle Kotlin
implementation("io.github.congcoi123:tenio-core:0.0.3")
Scala SBT
libraryDependencies += "io.github.congcoi123" % "tenio-core" % "0.0.3"
Groovy Grape
@Grapes(
  @Grab(group='io.github.congcoi123', module='tenio-core', version='0.0.3')
)
Apache Ivy
<dependency org="io.github.congcoi123" name="tenio-core" rev="0.0.3" />
Leiningen
[io.github.congcoi123/tenio-core "0.0.3"]
Apache Buildr
'io.github.congcoi123:tenio-core:jar:0.0.3'