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