GroupId | GroupIdco.touchlab |
---|---|
ArtifactId | ArtifactIdkermit-android-debug |
Version | Version0.1.7-1.4-M2 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/co.touchlab/kermit-android-debug/ -->
<dependency>
<groupId>co.touchlab</groupId>
<artifactId>kermit-android-debug</artifactId>
<version>0.1.7-1.4-M2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/co.touchlab/kermit-android-debug/
implementation 'co.touchlab:kermit-android-debug:0.1.7-1.4-M2'
// https://jarcasting.com/artifacts/co.touchlab/kermit-android-debug/
implementation ("co.touchlab:kermit-android-debug:0.1.7-1.4-M2")
'co.touchlab:kermit-android-debug:aar:0.1.7-1.4-M2'
<dependency org="co.touchlab" name="kermit-android-debug" rev="0.1.7-1.4-M2">
<artifact name="kermit-android-debug" type="aar" />
</dependency>
@Grapes(
@Grab(group='co.touchlab', module='kermit-android-debug', version='0.1.7-1.4-M2')
)
libraryDependencies += "co.touchlab" % "kermit-android-debug" % "0.1.7-1.4-M2"
[co.touchlab/kermit-android-debug "0.1.7-1.4-M2"]