Files download
File Operation
kcp-fec-1.6.jar download
kcp-fec-1.6.pom download
kcp-fec-1.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.l42111996</groupId>
  <artifactId>kcp-fec</artifactId>
  <version>1.6</version>
</dependency>
Gradle Groovy
implementation 'com.github.l42111996:kcp-fec:1.6'
Gradle Kotlin
implementation("com.github.l42111996:kcp-fec:1.6")
Scala SBT
libraryDependencies += "com.github.l42111996" % "kcp-fec" % "1.6"
Groovy Grape
@Grapes(
  @Grab(group='com.github.l42111996', module='kcp-fec', version='1.6')
)
Apache Ivy
<dependency org="com.github.l42111996" name="kcp-fec" rev="1.6" />
Leiningen
[com.github.l42111996/kcp-fec "1.6"]
Apache Buildr
'com.github.l42111996:kcp-fec:jar:1.6'