<dependency>
<groupId>org.jetbrains.androidx.lifecycle</groupId>
<artifactId>lifecycle-runtime-linuxarm64</artifactId>
<version>2.8.1</version>
<type>klib</type>
</dependency>
libraryDependencies += "org.jetbrains.androidx.lifecycle" % "lifecycle-runtime-linuxarm64" % "2.8.1"
@Grapes(
@Grab(group='org.jetbrains.androidx.lifecycle', module='lifecycle-runtime-linuxarm64', version='2.8.1')
)
<dependency org="org.jetbrains.androidx.lifecycle" name="lifecycle-runtime-linuxarm64" rev="2.8.1" />