n

netty-codec-cmpp

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