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