is not current version
Last Version 0.2.0

io.github.congcoi123:tenio-core 0.0.2

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.

GroupId

GroupId

io.github.congcoi123
ArtifactId

ArtifactId

tenio-core
Version

Version

0.0.2
Type

Type

jar

Download tenio-core 0.0.2


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