MVN

io.github.congcoi123 : tenio-common

Maven & Gradle

Nov 20, 2022
2 stars

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.

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

Latest Version

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

  • Latest Stable: 0.4.0

All Versions

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

Version Vulnerabilities Updated
0.4.x
tenio-common-0.4.0
0.3.x
tenio-common-0.3.0
0.2.x
tenio-common-0.2.0
0.0.x
tenio-common-0.0.2
tenio-common-0.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.congcoi123</groupId>
    <artifactId>tenio-common</artifactId>
    <version>0.4.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.github.congcoi123:tenio-common:0.4.0'

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

implementation("io.github.congcoi123:tenio-common:0.4.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.github.congcoi123" % "tenio-common" % "0.4.0"

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

Aug 10, 2023
12 usages
11 stars
Aug 24, 2023
14 usages
78 stars
Aug 26, 2020
5 usages
0 stars
Nov 13, 2020
50 usages
8 stars
Jul 10, 2023
3 usages
279 stars
Aug 26, 2023
5 usages
56 stars
Jun 28, 2023
8 usages
12 stars