l

lifecycle-runtime-wasm-js

Android Lifecycle Runtime
https://github.com/JetBrains/compose-jb
The Apache Software License, Version 2.0
Compose Multiplatform Team
Files download
File Operation
lifecycle-runtime-wasm-js-2.8.0-rc02.pom download
lifecycle-runtime-wasm-js-2.8.0-rc02-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jetbrains.androidx.lifecycle</groupId>
  <artifactId>lifecycle-runtime-wasm-js</artifactId>
  <version>2.8.0-rc02</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'org.jetbrains.androidx.lifecycle:lifecycle-runtime-wasm-js:2.8.0-rc02'
Gradle Kotlin
implementation("org.jetbrains.androidx.lifecycle:lifecycle-runtime-wasm-js:2.8.0-rc02")
Scala SBT
libraryDependencies += "org.jetbrains.androidx.lifecycle" % "lifecycle-runtime-wasm-js" % "2.8.0-rc02"
Groovy Grape
@Grapes(
  @Grab(group='org.jetbrains.androidx.lifecycle', module='lifecycle-runtime-wasm-js', version='2.8.0-rc02')
)
Apache Ivy
<dependency org="org.jetbrains.androidx.lifecycle" name="lifecycle-runtime-wasm-js" rev="2.8.0-rc02" />
Leiningen
[org.jetbrains.androidx.lifecycle/lifecycle-runtime-wasm-js "2.8.0-rc02"]
Apache Buildr
'org.jetbrains.androidx.lifecycle:lifecycle-runtime-wasm-js:jar:2.8.0-rc02'