is not current version
Last Version 1.1.2

org.uniflow-kt:uniflow-android 1.0.0

Simple Unidirectionnel Data Flow for Android & Kotlin, using Kotlin coroutines and open to functional programming

GroupId

GroupId

org.uniflow-kt
ArtifactId

ArtifactId

uniflow-android
Version

Version

1.0.0
Type

Type

aar

Download uniflow-android 1.0.0


<!-- https://jarcasting.com/artifacts/org.uniflow-kt/uniflow-android/ -->
<dependency>
    <groupId>org.uniflow-kt</groupId>
    <artifactId>uniflow-android</artifactId>
    <version>1.0.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/org.uniflow-kt/uniflow-android/
implementation 'org.uniflow-kt:uniflow-android:1.0.0'
// https://jarcasting.com/artifacts/org.uniflow-kt/uniflow-android/
implementation ("org.uniflow-kt:uniflow-android:1.0.0")
'org.uniflow-kt:uniflow-android:aar:1.0.0'
<dependency org="org.uniflow-kt" name="uniflow-android" rev="1.0.0">
  <artifact name="uniflow-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='org.uniflow-kt', module='uniflow-android', version='1.0.0')
)
libraryDependencies += "org.uniflow-kt" % "uniflow-android" % "1.0.0"
[org.uniflow-kt/uniflow-android "1.0.0"]