Последняя версия

ktucp-netty 1.1

Java implementation of KCP(TCP/UDP multiple channel) based on Netty(include fec implement)

Лицензия

Лицензия

Категории

Категории

Сеть Netty Networking
Группа

Группа

io.github.hjcenry
Идентификатор

Идентификатор

ktucp-netty
Версия

Версия

1.1
Тип

Тип

pom
Описание

Описание

ktucp-netty
Java implementation of KCP(TCP/UDP multiple channel) based on Netty(include fec implement)
Ссылка на сайт

Ссылка на сайт

https://github.com/hjcenry/ktucp-netty
Система контроля версий

Система контроля версий

https://github.com/hjcenry/ktucp-netty.git

Скачать ktucp-netty 1.1

Имя Файла Размер
ktucp-netty-1.1.pom 9 KB
Обзор

<!-- https://jarcasting.com/artifacts/io.github.hjcenry/ktucp-netty/ -->
<dependency>
    <groupId>io.github.hjcenry</groupId>
    <artifactId>ktucp-netty</artifactId>
    <version>1.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.hjcenry/ktucp-netty/
implementation 'io.github.hjcenry:ktucp-netty:1.1'
// https://jarcasting.com/artifacts/io.github.hjcenry/ktucp-netty/
implementation ("io.github.hjcenry:ktucp-netty:1.1")
'io.github.hjcenry:ktucp-netty:pom:1.1'
<dependency org="io.github.hjcenry" name="ktucp-netty" rev="1.1">
  <artifact name="ktucp-netty" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.hjcenry', module='ktucp-netty', version='1.1')
)
libraryDependencies += "io.github.hjcenry" % "ktucp-netty" % "1.1"
[io.github.hjcenry/ktucp-netty "1.1"]

Зависимости

compile (6)

Идентификатор библиотеки Тип Версия
io.netty : netty-all jar 4.1.68.Final
org.jctools : jctools-core jar 3.0.0
org.slf4j : slf4j-api jar 1.7.30
org.slf4j : slf4j-simple jar 1.7.30
com.lmax : disruptor Необязательный jar 3.4.2
com.alibaba : fastjson jar 1.2.28

test (2)

Идентификатор библиотеки Тип Версия
org.openjdk.jmh : jmh-core jar 1.23
org.openjdk.jmh : jmh-generator-annprocess jar 1.23

Модули Проекта

  • ktucp-base
  • ktucp-net
  • ktucp-fec
  • ktucp-example