| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.congcoi123 |
| Идентификатор | Идентификаторtenio-common |
| Последняя версия | Последняя версия0.2.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описание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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| tenio-common-0.2.0.pom | |
| tenio-common-0.2.0.jar | 65 KB |
| tenio-common-0.2.0-sources.jar | 69 KB |
| tenio-common-0.2.0-javadoc.jar | 402 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.congcoi123/tenio-common/ -->
<dependency>
<groupId>io.github.congcoi123</groupId>
<artifactId>tenio-common</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.congcoi123/tenio-common/
implementation 'io.github.congcoi123:tenio-common:0.2.0'
// https://jarcasting.com/artifacts/io.github.congcoi123/tenio-common/
implementation ("io.github.congcoi123:tenio-common:0.2.0")
'io.github.congcoi123:tenio-common:jar:0.2.0'
<dependency org="io.github.congcoi123" name="tenio-common" rev="0.2.0">
<artifact name="tenio-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.congcoi123', module='tenio-common', version='0.2.0')
)
libraryDependencies += "io.github.congcoi123" % "tenio-common" % "0.2.0"
[io.github.congcoi123/tenio-common "0.2.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.google.guava : guava | jar | 31.1-jre |
| org.apache.logging.log4j : log4j-api | jar | 2.17.2 |
| org.apache.logging.log4j : log4j-core | jar | 2.17.2 |
| org.reflections : reflections | jar | 0.10.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
| org.junit.jupiter : junit-jupiter-params | jar | 5.8.2 |
| org.junit.platform : junit-platform-runner | jar | 1.8.2 |
| org.junit.platform : junit-platform-launcher | jar | 1.8.2 |
| org.junit.platform : junit-platform-suite-engine | jar | 1.8.2 |
| org.mockito : mockito-core | jar | 4.4.0 |
| org.mockito : mockito-junit-jupiter | jar | 4.4.0 |