r

rxandroid

RxAndroid
https://github.com/ReactiveX/RxAndroid
The Apache Software License, Version 2.0
Jake Wharton Matthias Käppler Dan Lew
文件下载
文件名 操作
rxandroid-2.0.1.pom 下载
rxandroid-2.0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.reactivex.rxjava2</groupId>
  <artifactId>rxandroid</artifactId>
  <version>2.0.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.reactivex.rxjava2:rxandroid:2.0.1'
Gradle Kotlin
implementation("io.reactivex.rxjava2:rxandroid:2.0.1")
Scala SBT
libraryDependencies += "io.reactivex.rxjava2" % "rxandroid" % "2.0.1"
Groovy Grape
@Grapes(
  @Grab(group='io.reactivex.rxjava2', module='rxandroid', version='2.0.1')
)
Apache Ivy
<dependency org="io.reactivex.rxjava2" name="rxandroid" rev="2.0.1" />
Leiningen
[io.reactivex.rxjava2/rxandroid "2.0.1"]
Apache Buildr
'io.reactivex.rxjava2:rxandroid:jar:2.0.1'
本项目依赖