文件下载
文件名 操作
rxnetty-0.5.1.jar 下载
rxnetty-0.5.1.pom 下载
rxnetty-0.5.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.reactivex</groupId>
  <artifactId>rxnetty</artifactId>
  <version>0.5.1</version>
</dependency>
Gradle Groovy
implementation 'io.reactivex:rxnetty:0.5.1'
Gradle Kotlin
implementation("io.reactivex:rxnetty:0.5.1")
Scala SBT
libraryDependencies += "io.reactivex" % "rxnetty" % "0.5.1"
Groovy Grape
@Grapes(
  @Grab(group='io.reactivex', module='rxnetty', version='0.5.1')
)
Apache Ivy
<dependency org="io.reactivex" name="rxnetty" rev="0.5.1" />
Leiningen
[io.reactivex/rxnetty "0.5.1"]
Apache Buildr
'io.reactivex:rxnetty:jar:0.5.1'