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