MVN

io.woong.savedstate : savedstate-ktx

Maven & Gradle

Jan 24, 2023
0 stars

savedstate-ktx · Kotlin extensions library for Android SavedStateHandle

<dependency>
    <groupId>io.woong.savedstate</groupId>
    <artifactId>savedstate-ktx</artifactId>
    <version>1.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.woong.savedstate : savedstate-ktx to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.0
  • Latest Beta: 1.0.0-beta1
  • Latest Alpha: 1.0.0-alpha1

All Versions

Choose a version of io.woong.savedstate : savedstate-ktx to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
savedstate-ktx-1.2.0
1.1.x
savedstate-ktx-1.1.0
1.0.x
savedstate-ktx-1.0.0
savedstate-ktx-1.0.0-beta1
savedstate-ktx-1.0.0-alpha1

How to add a dependency to Maven

Add the following io.woong.savedstate : savedstate-ktx maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.woong.savedstate</groupId>
    <artifactId>savedstate-ktx</artifactId>
    <version>1.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.woong.savedstate : savedstate-ktx gradle dependency to your build.gradle file:

implementation 'io.woong.savedstate:savedstate-ktx:1.2.0'

Gradle Kotlin DSL: Add the following io.woong.savedstate : savedstate-ktx gradle kotlin dependency to your build.gradle.kts file:

implementation("io.woong.savedstate:savedstate-ktx:1.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.woong.savedstate : savedstate-ktx sbt scala dependency to your build.sbt file:

libraryDependencies += "io.woong.savedstate" % "savedstate-ktx" % "1.2.0"