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-2.1.1.pom download
rxandroid-2.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.reactivex.rxjava2</groupId>
  <artifactId>rxandroid</artifactId>
  <version>2.1.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.reactivex.rxjava2:rxandroid:2.1.1'
Gradle Kotlin
implementation("io.reactivex.rxjava2:rxandroid:2.1.1")
Scala SBT
libraryDependencies += "io.reactivex.rxjava2" % "rxandroid" % "2.1.1"
Groovy Grape
@Grapes(
  @Grab(group='io.reactivex.rxjava2', module='rxandroid', version='2.1.1')
)
Apache Ivy
<dependency org="io.reactivex.rxjava2" name="rxandroid" rev="2.1.1" />
Leiningen
[io.reactivex.rxjava2/rxandroid "2.1.1"]
Apache Buildr
'io.reactivex.rxjava2:rxandroid:jar:2.1.1'