| License |
License |
|---|---|
| GroupId | GroupIdio.github.hjcenry |
| ArtifactId | ArtifactIdktucp-fec |
| Last Version | Last Version1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJava implementation of KCP(TCP/UDP multiple channel) based on Netty(include fec implement)
|
| Filename | Size |
|---|---|
| ktucp-fec-1.1.pom | |
| ktucp-fec-1.1.jar | 62 KB |
| ktucp-fec-1.1-sources.jar | 55 KB |
| ktucp-fec-1.1-javadoc.jar | 264 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.hjcenry/ktucp-fec/ -->
<dependency>
<groupId>io.github.hjcenry</groupId>
<artifactId>ktucp-fec</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.hjcenry/ktucp-fec/
implementation 'io.github.hjcenry:ktucp-fec:1.1'
// https://jarcasting.com/artifacts/io.github.hjcenry/ktucp-fec/
implementation ("io.github.hjcenry:ktucp-fec:1.1")
'io.github.hjcenry:ktucp-fec:jar:1.1'
<dependency org="io.github.hjcenry" name="ktucp-fec" rev="1.1">
<artifact name="ktucp-fec" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.hjcenry', module='ktucp-fec', version='1.1')
)
libraryDependencies += "io.github.hjcenry" % "ktucp-fec" % "1.1"
[io.github.hjcenry/ktucp-fec "1.1"]
| 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 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.openjdk.jmh : jmh-core | jar | 1.23 |
| org.openjdk.jmh : jmh-generator-annprocess | jar | 1.23 |