<dependency> <groupId>co.touchlab</groupId> <artifactId>kermit-android</artifactId> <version>2.0.5</version> <type>aar</type> </dependency>
implementation 'co.touchlab:kermit-android:2.0.5'
implementation("co.touchlab:kermit-android:2.0.5")
libraryDependencies += "co.touchlab" % "kermit-android" % "2.0.5"
@Grapes( @Grab(group='co.touchlab', module='kermit-android', version='2.0.5') )
<dependency org="co.touchlab" name="kermit-android" rev="2.0.5" />
[co.touchlab/kermit-android "2.0.5"]
'co.touchlab:kermit-android:jar:2.0.5'
compile
|-- co.touchlab:kermit-core-android:2.0.5
|-- org.jetbrains.kotlin:kotlin-stdlib:2.0.21