License |
License |
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIdorg.reduxkotlin |
ArtifactId | ArtifactIdlib-android |
Last Version | Last Version0.2.10 |
Release Date | Release Date |
Type | Typeaar |
Description |
Descriptionpresenter-middleware
Presenter middleware for updating views based on selectors & reselect for Redux-Kotlin. Mulitiplatform supported.
|
Project URL |
Project URL |
Filename | Size |
---|---|
lib-android-0.2.10.pom | |
lib-android-0.2.10.module | 3 KB |
lib-android-0.2.10-sources.jar | 3 KB |
lib-android-0.2.10-javadoc.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.reduxkotlin/lib-android/ -->
<dependency>
<groupId>org.reduxkotlin</groupId>
<artifactId>lib-android</artifactId>
<version>0.2.10</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/org.reduxkotlin/lib-android/
implementation 'org.reduxkotlin:lib-android:0.2.10'
// https://jarcasting.com/artifacts/org.reduxkotlin/lib-android/
implementation ("org.reduxkotlin:lib-android:0.2.10")
'org.reduxkotlin:lib-android:aar:0.2.10'
<dependency org="org.reduxkotlin" name="lib-android" rev="0.2.10">
<artifact name="lib-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='org.reduxkotlin', module='lib-android', version='0.2.10')
)
libraryDependencies += "org.reduxkotlin" % "lib-android" % "0.2.10"
[org.reduxkotlin/lib-android "0.2.10"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | null |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-common | jar | 1.3.41 |
org.reduxkotlin : redux-kotlin-reselect-jvm | jar | 0.2.9 |
org.reduxkotlin : redux-kotlin-jvm | jar | 0.2.6 |
org.jetbrains.kotlinx : kotlinx-coroutines-core-common | jar | 1.3.0-RC2 |
org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.3.0-RC2 |
androidx.appcompat » appcompat | jar | 1.1.0-rc01 |