MVN

com.plusmobileapps : saved-state-flow

Maven & Gradle

Jan 07, 2022
2 usages
14 stars

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

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

Latest Version

Choose a version of com.plusmobileapps : saved-state-flow 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 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
saved-state-flow-1.0
0.4
saved-state-flow-0.4
0.3
saved-state-flow-0.3-alpha01
0.2
saved-state-flow-0.2
0.1
saved-state-flow-0.1

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement