is not current version
Last Version 0.2.0

io.github.congcoi123:tenio-common 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 common module for multipurpose use of the framework.

License

License

GroupId

GroupId

io.github.congcoi123
ArtifactId

ArtifactId

tenio-common
Version

Version

0.0.2
Type

Type

jar
Description

Description

io.github.congcoi123: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.
Project URL

Project URL

https://github.com/congcoi123/tenio
Source Code Management

Source Code Management

https://github.com/congcoi123/tenio-common/tree/master

Download tenio-common 0.0.2


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

Dependencies

compile (3)

Group / Artifact Type Version
com.google.guava : guava jar 31.0.1-jre
org.apache.logging.log4j : log4j-core jar 2.14.1
org.reflections : reflections jar 0.10

test (4)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.8.1
org.junit.jupiter : junit-jupiter-engine jar 5.8.1
org.junit.platform : junit-platform-runner jar 1.8.1
org.junit.platform : junit-platform-launcher jar 1.8.1

Project Modules

There are no modules declared in this project.