n

netty-reactive-streams-http

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