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