Files download
File Operation
rxjava-1.0.0-rc.10.jar download
rxjava-1.0.0-rc.10.pom download
rxjava-1.0.0-rc.10-sources.jar download
Apache Maven
<dependency>
  <groupId>io.reactivex</groupId>
  <artifactId>rxjava</artifactId>
  <version>1.0.0-rc.10</version>
</dependency>
Gradle Groovy
implementation 'io.reactivex:rxjava:1.0.0-rc.10'
Gradle Kotlin
implementation("io.reactivex:rxjava:1.0.0-rc.10")
Scala SBT
libraryDependencies += "io.reactivex" % "rxjava" % "1.0.0-rc.10"
Groovy Grape
@Grapes(
  @Grab(group='io.reactivex', module='rxjava', version='1.0.0-rc.10')
)
Apache Ivy
<dependency org="io.reactivex" name="rxjava" rev="1.0.0-rc.10" />
Leiningen
[io.reactivex/rxjava "1.0.0-rc.10"]
Apache Buildr
'io.reactivex:rxjava:jar:1.0.0-rc.10'
Dependencies
The project has no third-party dependencies