is not current version
Last Version 1.6

com.github.l42111996:java-Kcp 1.4

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

Categories

Categories

Java Languages
GroupId

GroupId

com.github.l42111996
ArtifactId

ArtifactId

java-Kcp
Version

Version

1.4
Type

Type

pom

Download java-Kcp 1.4

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

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