l

lifecycle-runtime

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