is not current version
Last Version 3.1.1

io.github.congcoi123:tenio 3.0.0

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. It uses MsgPack for compressing data so that can be transferred quickly through the network. This framework can help you quickly create a game server or integrate it into your system.

GroupId

GroupId

io.github.congcoi123
ArtifactId

ArtifactId

tenio
Version

Version

3.0.0
Type

Type

jar

Download tenio 3.0.0


<!-- https://jarcasting.com/artifacts/io.github.congcoi123/tenio/ -->
<dependency>
    <groupId>io.github.congcoi123</groupId>
    <artifactId>tenio</artifactId>
    <version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.congcoi123/tenio/
implementation 'io.github.congcoi123:tenio:3.0.0'
// https://jarcasting.com/artifacts/io.github.congcoi123/tenio/
implementation ("io.github.congcoi123:tenio:3.0.0")
'io.github.congcoi123:tenio:jar:3.0.0'
<dependency org="io.github.congcoi123" name="tenio" rev="3.0.0">
  <artifact name="tenio" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.congcoi123', module='tenio', version='3.0.0')
)
libraryDependencies += "io.github.congcoi123" % "tenio" % "3.0.0"
[io.github.congcoi123/tenio "3.0.0"]