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