License |
License |
---|---|
GroupId | GroupIdorg.uniflow-kt |
ArtifactId | ArtifactIduniflow-android |
Version | Version1.0.6 |
Type | Typeaar |
Description |
DescriptionUniflow
Simple Unidirectionnel Data Flow for Android & Kotlin, using Kotlin coroutines and open to functional programming
|
Project URL |
Project URL |
Filename | Size |
---|---|
uniflow-android-1.0.6.pom | |
uniflow-android-1.0.6-sources.jar | 9 KB |
uniflow-android-1.0.6-javadoc.jar | 49 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.uniflow-kt/uniflow-android/ -->
<dependency>
<groupId>org.uniflow-kt</groupId>
<artifactId>uniflow-android</artifactId>
<version>1.0.6</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/org.uniflow-kt/uniflow-android/
implementation 'org.uniflow-kt:uniflow-android:1.0.6'
// https://jarcasting.com/artifacts/org.uniflow-kt/uniflow-android/
implementation ("org.uniflow-kt:uniflow-android:1.0.6")
'org.uniflow-kt:uniflow-android:aar:1.0.6'
<dependency org="org.uniflow-kt" name="uniflow-android" rev="1.0.6">
<artifact name="uniflow-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='org.uniflow-kt', module='uniflow-android', version='1.0.6')
)
libraryDependencies += "org.uniflow-kt" % "uniflow-android" % "1.0.6"
[org.uniflow-kt/uniflow-android "1.0.6"]
Group / Artifact | Type | Version |
---|---|---|
org.uniflow-kt : uniflow-core | jar | 1.0.6 |
org.jetbrains.kotlinx : kotlinx-coroutines-android | jar | 1.4.3 |
androidx.lifecycle » lifecycle-runtime-ktx | jar | 2.3.0 |
androidx.appcompat » appcompat | jar | 1.2.0 |
androidx.lifecycle » lifecycle-common | jar | 2.3.0 |
androidx.lifecycle » lifecycle-extensions | jar | 2.2.0 |
androidx.lifecycle » lifecycle-viewmodel-ktx | jar | 2.3.0 |
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.4.31 |