l

lifecycle-runtime-wasm-js

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