MVN

org.uniflow-kt : uniflow-android-test

Maven & Gradle

May 19, 2022
604 stars

uniflow-android-test · Uniflow - Simple Unidirectionnel Data Flow for Android & Kotlin, using Kotlin coroutines and open to functional programming

<dependency>
    <groupId>org.uniflow-kt</groupId>
    <artifactId>uniflow-android-test</artifactId>
    <version>1.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.uniflow-kt : uniflow-android-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.2
  • Latest Alpha: 1.0.0-alpha-1

All Versions

Choose a version of org.uniflow-kt : uniflow-android-test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
uniflow-android-test-1.1.2
uniflow-android-test-1.1.1
uniflow-android-test-1.1.0
1.0.x
uniflow-android-test-1.0.10
uniflow-android-test-1.0.9
uniflow-android-test-1.0.8
uniflow-android-test-1.0.7
uniflow-android-test-1.0.6
uniflow-android-test-1.0.5
uniflow-android-test-1.0.4
uniflow-android-test-1.0.3
uniflow-android-test-1.0.2
uniflow-android-test-1.0.1
uniflow-android-test-1.0.0
uniflow-android-test-1.0.0-alpha-1

How to add a dependency to Maven

Add the following org.uniflow-kt : uniflow-android-test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.uniflow-kt</groupId>
    <artifactId>uniflow-android-test</artifactId>
    <version>1.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.uniflow-kt : uniflow-android-test gradle dependency to your build.gradle file:

implementation 'org.uniflow-kt:uniflow-android-test:1.1.2'

Gradle Kotlin DSL: Add the following org.uniflow-kt : uniflow-android-test gradle kotlin dependency to your build.gradle.kts file:

implementation("org.uniflow-kt:uniflow-android-test:1.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.uniflow-kt : uniflow-android-test sbt scala dependency to your build.sbt file:

libraryDependencies += "org.uniflow-kt" % "uniflow-android-test" % "1.1.2"

Advertisement