| GroupId | GroupIdco.touchlab |
|---|---|
| ArtifactId | ArtifactIdkermit |
| Version | Version0.1.5-14M1-1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| kermit-0.1.5-14M1-1.pom | |
| kermit-0.1.5-14M1-1.module | 1 KB |
| kermit-0.1.5-14M1-1-sources.jar | 261 bytes |
| kermit-0.1.5-14M1-1-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/co.touchlab/kermit/ -->
<dependency>
<groupId>co.touchlab</groupId>
<artifactId>kermit</artifactId>
<version>0.1.5-14M1-1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/co.touchlab/kermit/
implementation 'co.touchlab:kermit:0.1.5-14M1-1'
// https://jarcasting.com/artifacts/co.touchlab/kermit/
implementation ("co.touchlab:kermit:0.1.5-14M1-1")
'co.touchlab:kermit:pom:0.1.5-14M1-1'
<dependency org="co.touchlab" name="kermit" rev="0.1.5-14M1-1">
<artifact name="kermit" type="pom" />
</dependency>
@Grapes(
@Grab(group='co.touchlab', module='kermit', version='0.1.5-14M1-1')
)
libraryDependencies += "co.touchlab" % "kermit" % "0.1.5-14M1-1"
[co.touchlab/kermit "0.1.5-14M1-1"]