License |
License |
---|---|
GroupId | GroupIdio.github.congcoi123 |
ArtifactId | ArtifactIdtenio-core |
Version | Version0.0.4 |
Type | Typejar |
Description |
Descriptionio.github.congcoi123: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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
tenio-core-0.0.4.pom | |
tenio-core-0.0.4.jar | 302 KB |
tenio-core-0.0.4-sources.jar | 283 KB |
tenio-core-0.0.4-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.congcoi123/tenio-core/ -->
<dependency>
<groupId>io.github.congcoi123</groupId>
<artifactId>tenio-core</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.congcoi123/tenio-core/
implementation 'io.github.congcoi123:tenio-core:0.0.4'
// https://jarcasting.com/artifacts/io.github.congcoi123/tenio-core/
implementation ("io.github.congcoi123:tenio-core:0.0.4")
'io.github.congcoi123:tenio-core:jar:0.0.4'
<dependency org="io.github.congcoi123" name="tenio-core" rev="0.0.4">
<artifact name="tenio-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.congcoi123', module='tenio-core', version='0.0.4')
)
libraryDependencies += "io.github.congcoi123" % "tenio-core" % "0.0.4"
[io.github.congcoi123/tenio-core "0.0.4"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.logging.log4j : log4j-core | jar | 2.14.1 |
io.github.congcoi123 : tenio-common | jar | 0.0.2 |
io.netty : netty-all | jar | 4.1.68.Final |
org.eclipse.jetty : jetty-server | jar | 9.4.38.v20210224 |
org.eclipse.jetty : jetty-servlet | jar | 9.4.38.v20210224 |
javax.servlet : servlet-api | jar | 2.5 |
org.json : json | jar | 20210307 |
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 |