n

netty-codec-smgp

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