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