n

netty-reactive-streams

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