MVN

com.plusmobileapps : saved-state-flow-test

Maven & Gradle

Jan 07, 2022
14 stars

saved-state-flow-test · SavedStateFlow - StateFlow wrapper around SavedStateHandle

<dependency>
    <groupId>com.plusmobileapps</groupId>
    <artifactId>saved-state-flow-test</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.plusmobileapps : saved-state-flow-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0
  • Latest Alpha: 0.3-alpha01

All Versions

Choose a version of com.plusmobileapps : saved-state-flow-test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
saved-state-flow-test-1.0
0.4
saved-state-flow-test-0.4
0.3
saved-state-flow-test-0.3-alpha01

How to add a dependency to Maven

Add the following com.plusmobileapps : saved-state-flow-test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.plusmobileapps</groupId>
    <artifactId>saved-state-flow-test</artifactId>
    <version>1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.plusmobileapps : saved-state-flow-test gradle dependency to your build.gradle file:

implementation 'com.plusmobileapps:saved-state-flow-test:1.0'

Gradle Kotlin DSL: Add the following com.plusmobileapps : saved-state-flow-test gradle kotlin dependency to your build.gradle.kts file:

implementation("com.plusmobileapps:saved-state-flow-test:1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.plusmobileapps : saved-state-flow-test sbt scala dependency to your build.sbt file:

libraryDependencies += "com.plusmobileapps" % "saved-state-flow-test" % "1.0"

Advertisement