Last Version

ktucp-netty 1.1

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

License

License

Categories

Categories

Net Netty Networking
GroupId

GroupId

io.github.hjcenry
ArtifactId

ArtifactId

ktucp-netty
Version

Version

1.1
Type

Type

pom
Description

Description

ktucp-netty
Java implementation of KCP(TCP/UDP multiple channel) based on Netty(include fec implement)
Project URL

Project URL

https://github.com/hjcenry/ktucp-netty
Source Code Management

Source Code Management

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

Download ktucp-netty 1.1

Filename Size
ktucp-netty-1.1.pom 9 KB
Browse

<!-- 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"]

Dependencies

compile (6)

Group / Artifact Type Version
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 Optional jar 3.4.2
com.alibaba : fastjson jar 1.2.28

test (2)

Group / Artifact Type Version
org.openjdk.jmh : jmh-core jar 1.23
org.openjdk.jmh : jmh-generator-annprocess jar 1.23

Project Modules

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