| License |
License |
|---|---|
| Categories |
CategoriesReact User Interface Web Frameworks Reactor Container Microservices Reactive libraries |
| GroupId | GroupIdcom.gyurigrell.rxreactor |
| ArtifactId | ArtifactIdrxreactor1-android |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
DescriptionRxReactor (RxJava 1) for Android
A Kotlin framework for a reactive and unidirectional RxJava 1 application architecture
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| rxreactor1-android-1.0.0.pom | |
| rxreactor1-android-1.0.0-sources.jar | 1 KB |
| rxreactor1-android-1.0.0-javadoc.jar | 267 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.gyurigrell.rxreactor/rxreactor1-android/ -->
<dependency>
<groupId>com.gyurigrell.rxreactor</groupId>
<artifactId>rxreactor1-android</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.gyurigrell.rxreactor/rxreactor1-android/
implementation 'com.gyurigrell.rxreactor:rxreactor1-android:1.0.0'
// https://jarcasting.com/artifacts/com.gyurigrell.rxreactor/rxreactor1-android/
implementation ("com.gyurigrell.rxreactor:rxreactor1-android:1.0.0")
'com.gyurigrell.rxreactor:rxreactor1-android:aar:1.0.0'
<dependency org="com.gyurigrell.rxreactor" name="rxreactor1-android" rev="1.0.0">
<artifact name="rxreactor1-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.gyurigrell.rxreactor', module='rxreactor1-android', version='1.0.0')
)
libraryDependencies += "com.gyurigrell.rxreactor" % "rxreactor1-android" % "1.0.0"
[com.gyurigrell.rxreactor/rxreactor1-android "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.gyurigrell.rxreactor : rxreactor1 | jar | 1.0.0 |
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.5.20 |
| io.reactivex : rxandroid | jar | 1.2.1 |