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