MVN

org.jetbrains.compose.runtime : runtime-saveable-js

Maven & Gradle

Aug 11, 2023
2 usages
14.7k stars

Compose Saveable · Compose components that allow saving and restoring the local ui state

<dependency>
    <groupId>org.jetbrains.compose.runtime</groupId>
    <artifactId>runtime-saveable-js</artifactId>
    <version>1.4.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jetbrains.compose.runtime : runtime-saveable-js to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.3
  • Latest Beta: 1.5.0-beta02
  • Latest Alpha: 1.2.0-alpha01-dev620

All Versions

Choose a version of org.jetbrains.compose.runtime : runtime-saveable-js to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
runtime-saveable-js-1.5.0-beta02
runtime-saveable-js-1.5.0-beta01
1.4.x
runtime-saveable-js-1.4.3
runtime-saveable-js-1.4.1
runtime-saveable-js-1.4.0
1.3.x
runtime-saveable-js-1.3.1
runtime-saveable-js-1.3.0
1.2.x
runtime-saveable-js-1.2.2
runtime-saveable-js-1.2.1
runtime-saveable-js-1.2.0
runtime-saveable-js-1.2.0-beta01
runtime-saveable-js-1.2.0-alpha01-dev620
runtime-saveable-js-1.2.0-alpha01-dev609
runtime-saveable-js-1.2.0-alpha01-dev606
runtime-saveable-js-1.2.0-alpha01-dev602

How to add a dependency to Maven

Add the following org.jetbrains.compose.runtime : runtime-saveable-js maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jetbrains.compose.runtime</groupId>
    <artifactId>runtime-saveable-js</artifactId>
    <version>1.4.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jetbrains.compose.runtime : runtime-saveable-js gradle dependency to your build.gradle file:

implementation 'org.jetbrains.compose.runtime:runtime-saveable-js:1.4.3'

Gradle Kotlin DSL: Add the following org.jetbrains.compose.runtime : runtime-saveable-js gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jetbrains.compose.runtime:runtime-saveable-js:1.4.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jetbrains.compose.runtime : runtime-saveable-js sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jetbrains.compose.runtime" % "runtime-saveable-js" % "1.4.3"

Advertisement