is not current version
Last Version 3.1.1

io.github.congcoi123:tenio 1.0.1

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

1.0.1
Type

Type

jar

Download tenio 1.0.1


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