java-Kcp

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

License

License

Categories

Categories

Java Languages
GroupId

GroupId

com.github.l42111996
ArtifactId

ArtifactId

java-Kcp
Last Version

Last Version

1.6
Release Date

Release Date

Type

Type

pom
Description

Description

java-Kcp
Java implementation of KCP based on Netty(include fec implement)
Project URL

Project URL

https://github.com/l42111996/java-Kcp
Source Code Management

Source Code Management

https://github.com/l42111996/java-Kcp

Download java-Kcp

Filename Size
java-Kcp-1.6.pom 6 KB
Browse

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
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

  • kcp-fec
  • kcp-base
  • kcp-example
  • kcp-lockStepSynchronization

Versions

Version
1.6
1.5
1.4
1.3
1.2
1.1
1.0