GroupId | GroupIdco.touchlab |
---|---|
ArtifactId | ArtifactIdkermit-android-debug |
Version | Version1.1.0 |
Type | Typeaar |
Filename | Size |
---|---|
kermit-android-debug-1.1.0.pom | |
kermit-android-debug-1.1.0-sources.jar | 10 KB |
kermit-android-debug-1.1.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/co.touchlab/kermit-android-debug/ -->
<dependency>
<groupId>co.touchlab</groupId>
<artifactId>kermit-android-debug</artifactId>
<version>1.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/co.touchlab/kermit-android-debug/
implementation 'co.touchlab:kermit-android-debug:1.1.0'
// https://jarcasting.com/artifacts/co.touchlab/kermit-android-debug/
implementation ("co.touchlab:kermit-android-debug:1.1.0")
'co.touchlab:kermit-android-debug:aar:1.1.0'
<dependency org="co.touchlab" name="kermit-android-debug" rev="1.1.0">
<artifact name="kermit-android-debug" type="aar" />
</dependency>
@Grapes(
@Grab(group='co.touchlab', module='kermit-android-debug', version='1.1.0')
)
libraryDependencies += "co.touchlab" % "kermit-android-debug" % "1.1.0"
[co.touchlab/kermit-android-debug "1.1.0"]