r

rxandroid

RxAndroid
https://github.com/ReactiveX/RxAndroid
The Apache Software License, Version 2.0
Jake Wharton Matthias Käppler Dan Lew
Files download
File Operation
rxandroid-1.2.1.pom download
rxandroid-1.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.reactivex</groupId>
  <artifactId>rxandroid</artifactId>
  <version>1.2.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.reactivex:rxandroid:1.2.1'
Gradle Kotlin
implementation("io.reactivex:rxandroid:1.2.1")
Scala SBT
libraryDependencies += "io.reactivex" % "rxandroid" % "1.2.1"
Groovy Grape
@Grapes(
  @Grab(group='io.reactivex', module='rxandroid', version='1.2.1')
)
Apache Ivy
<dependency org="io.reactivex" name="rxandroid" rev="1.2.1" />
Leiningen
[io.reactivex/rxandroid "1.2.1"]
Apache Buildr
'io.reactivex:rxandroid:jar:1.2.1'
Dependencies