GroupId | GroupIdcom.arkivanov.essenty |
---|---|
ArtifactId | ArtifactIdinstance-keeper-android-debug |
Version | Version0.1.2 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.arkivanov.essenty/instance-keeper-android-debug/ -->
<dependency>
<groupId>com.arkivanov.essenty</groupId>
<artifactId>instance-keeper-android-debug</artifactId>
<version>0.1.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.arkivanov.essenty/instance-keeper-android-debug/
implementation 'com.arkivanov.essenty:instance-keeper-android-debug:0.1.2'
// https://jarcasting.com/artifacts/com.arkivanov.essenty/instance-keeper-android-debug/
implementation ("com.arkivanov.essenty:instance-keeper-android-debug:0.1.2")
'com.arkivanov.essenty:instance-keeper-android-debug:aar:0.1.2'
<dependency org="com.arkivanov.essenty" name="instance-keeper-android-debug" rev="0.1.2">
<artifact name="instance-keeper-android-debug" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.arkivanov.essenty', module='instance-keeper-android-debug', version='0.1.2')
)
libraryDependencies += "com.arkivanov.essenty" % "instance-keeper-android-debug" % "0.1.2"
[com.arkivanov.essenty/instance-keeper-android-debug "0.1.2"]