| Categories |
CategoriesGradle Build Tools |
|---|---|
| GroupId | GroupIdco.touchlab.kermit |
| ArtifactId | ArtifactIdco.touchlab.kermit.gradle.plugin |
| Version | Version1.2.0-M1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| co.touchlab.kermit.gradle.plugin-1.2.0-M1.pom | |
| Browse |
<!-- https://jarcasting.com/artifacts/co.touchlab.kermit/co.touchlab.kermit.gradle.plugin/ -->
<dependency>
<groupId>co.touchlab.kermit</groupId>
<artifactId>co.touchlab.kermit.gradle.plugin</artifactId>
<version>1.2.0-M1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/co.touchlab.kermit/co.touchlab.kermit.gradle.plugin/
implementation 'co.touchlab.kermit:co.touchlab.kermit.gradle.plugin:1.2.0-M1'
// https://jarcasting.com/artifacts/co.touchlab.kermit/co.touchlab.kermit.gradle.plugin/
implementation ("co.touchlab.kermit:co.touchlab.kermit.gradle.plugin:1.2.0-M1")
'co.touchlab.kermit:co.touchlab.kermit.gradle.plugin:pom:1.2.0-M1'
<dependency org="co.touchlab.kermit" name="co.touchlab.kermit.gradle.plugin" rev="1.2.0-M1">
<artifact name="co.touchlab.kermit.gradle.plugin" type="pom" />
</dependency>
@Grapes(
@Grab(group='co.touchlab.kermit', module='co.touchlab.kermit.gradle.plugin', version='1.2.0-M1')
)
libraryDependencies += "co.touchlab.kermit" % "co.touchlab.kermit.gradle.plugin" % "1.2.0-M1"
[co.touchlab.kermit/co.touchlab.kermit.gradle.plugin "1.2.0-M1"]