j

java-Kcp

Java implementation of KCP based on Netty(include fec implement)
https://github.com/l42111996/java-Kcp
The Apache Software License, Version 2.0
jinmiao
Files download
File Operation
java-Kcp-1.6.pom download
Apache Maven
<dependency>
  <groupId>com.github.l42111996</groupId>
  <artifactId>java-Kcp</artifactId>
  <version>1.6</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.l42111996:java-Kcp:1.6'
Gradle Kotlin
implementation("com.github.l42111996:java-Kcp:1.6")
Scala SBT
libraryDependencies += "com.github.l42111996" % "java-Kcp" % "1.6"
Groovy Grape
@Grapes(
  @Grab(group='com.github.l42111996', module='java-Kcp', version='1.6')
)
Apache Ivy
<dependency org="com.github.l42111996" name="java-Kcp" rev="1.6" />
Leiningen
[com.github.l42111996/java-Kcp "1.6"]
Apache Buildr
'com.github.l42111996:java-Kcp:jar:1.6'