com.github.l42111996:kcp-base

Java implementation of KCP based on Netty(include fec implement)

License

License

GroupId

GroupId

com.github.l42111996
ArtifactId

ArtifactId

kcp-base
Last Version

Last Version

1.6
Release Date

Release Date

Type

Type

jar
Description

Description

Java implementation of KCP based on Netty(include fec implement)

Download kcp-base

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.l42111996/kcp-base/ -->
<dependency>
    <groupId>com.github.l42111996</groupId>
    <artifactId>kcp-base</artifactId>
    <version>1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.l42111996/kcp-base/
implementation 'com.github.l42111996:kcp-base:1.6'
// https://jarcasting.com/artifacts/com.github.l42111996/kcp-base/
implementation ("com.github.l42111996:kcp-base:1.6")
'com.github.l42111996:kcp-base:jar:1.6'
<dependency org="com.github.l42111996" name="kcp-base" rev="1.6">
  <artifact name="kcp-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.l42111996', module='kcp-base', version='1.6')
)
libraryDependencies += "com.github.l42111996" % "kcp-base" % "1.6"
[com.github.l42111996/kcp-base "1.6"]

Dependencies

compile (5)

Group / Artifact Type Version
com.github.l42111996 : kcp-fec jar 1.6
com.lmax : disruptor Optional jar 3.4.2
org.jctools : jctools-core jar 3.0.0
org.slf4j : slf4j-api jar 1.7.30
org.slf4j : slf4j-simple jar 1.7.30

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

There are no modules declared in this project.

Versions

Version
1.6
1.5
1.4
1.3
1.2
1.1
1.0