c

commons-rx

Rx commons is a library with a set of useful classes to help to developer to work with rx.
https://github.com/raxden/android-commons
The Apache License, Version 2.0
Ángel Gómez
文件下载
文件名 操作
commons-rx-5.0.3.pom 下载
commons-rx-5.0.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.raxdenstudios</groupId>
  <artifactId>commons-rx</artifactId>
  <version>5.0.3</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.raxdenstudios:commons-rx:5.0.3'
Gradle Kotlin
implementation("com.raxdenstudios:commons-rx:5.0.3")
Scala SBT
libraryDependencies += "com.raxdenstudios" % "commons-rx" % "5.0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.raxdenstudios', module='commons-rx', version='5.0.3')
)
Apache Ivy
<dependency org="com.raxdenstudios" name="commons-rx" rev="5.0.3" />
Leiningen
[com.raxdenstudios/commons-rx "5.0.3"]
Apache Buildr
'com.raxdenstudios:commons-rx:jar:5.0.3'