MVN

io.github.congcoi123 : tenio

Maven & Gradle

Jun 05, 2020
108 stars

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.

<dependency>
    <groupId>io.github.congcoi123</groupId>
    <artifactId>tenio</artifactId>
    <version>3.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.congcoi123 : tenio to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.1

All Versions

Choose a version of io.github.congcoi123 : tenio to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
tenio-3.1.1
tenio-3.1.0
3.0.x
tenio-3.0.0
2.0.x
tenio-2.0.0
1.0.x
tenio-1.0.1
tenio-1.0.0

How to add a dependency to Maven

Add the following io.github.congcoi123 : tenio maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.congcoi123</groupId>
    <artifactId>tenio</artifactId>
    <version>3.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.congcoi123 : tenio gradle dependency to your build.gradle file:

implementation 'io.github.congcoi123:tenio:3.1.1'

Gradle Kotlin DSL: Add the following io.github.congcoi123 : tenio gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.congcoi123:tenio:3.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.congcoi123 : tenio sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.congcoi123" % "tenio" % "3.1.1"

Advertisement

Dependencies from Group

Jun 05, 2020
108 stars
Oct 16, 2021
2 stars
Nov 21, 2022
4 stars
Nov 20, 2022
2 stars

Discover Dependencies

Jul 08, 2022
62 stars
Apr 08, 2023
909 stars
Apr 08, 2023
3 usages
909 stars
Aug 25, 2023
5 usages
909 stars
Apr 08, 2023
5 usages
909 stars
Dec 17, 2021
4 usages
0 stars
Apr 11, 2020
4 usages
5 stars