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