License |
License |
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIdorg.reduxkotlin |
ArtifactId | ArtifactIdlib-android-debug |
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 |
<!-- https://jarcasting.com/artifacts/org.reduxkotlin/lib-android-debug/ -->
<dependency>
<groupId>org.reduxkotlin</groupId>
<artifactId>lib-android-debug</artifactId>
<version>0.2.10</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/org.reduxkotlin/lib-android-debug/
implementation 'org.reduxkotlin:lib-android-debug:0.2.10'
// https://jarcasting.com/artifacts/org.reduxkotlin/lib-android-debug/
implementation ("org.reduxkotlin:lib-android-debug:0.2.10")
'org.reduxkotlin:lib-android-debug:aar:0.2.10'
<dependency org="org.reduxkotlin" name="lib-android-debug" rev="0.2.10">
<artifact name="lib-android-debug" type="aar" />
</dependency>
@Grapes(
@Grab(group='org.reduxkotlin', module='lib-android-debug', version='0.2.10')
)
libraryDependencies += "org.reduxkotlin" % "lib-android-debug" % "0.2.10"
[org.reduxkotlin/lib-android-debug "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 |