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