c

co.touchlab.faktory.access.gradle.plugin

KMM Packaging and tooling
https://github.com/touchlab/Faktory
The Apache Software License, Version 2.0
Kevin Galligan
Files download
File Operation
co.touchlab.faktory.access.gradle.plugin-0.9.9.pom download
Apache Maven
<dependency>
  <groupId>co.touchlab.faktory.access</groupId>
  <artifactId>co.touchlab.faktory.access.gradle.plugin</artifactId>
  <version>0.9.9</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'co.touchlab.faktory.access:co.touchlab.faktory.access.gradle.plugin:0.9.9'
Gradle Kotlin
implementation("co.touchlab.faktory.access:co.touchlab.faktory.access.gradle.plugin:0.9.9")
Scala SBT
libraryDependencies += "co.touchlab.faktory.access" % "co.touchlab.faktory.access.gradle.plugin" % "0.9.9"
Groovy Grape
@Grapes(
  @Grab(group='co.touchlab.faktory.access', module='co.touchlab.faktory.access.gradle.plugin', version='0.9.9')
)
Apache Ivy
<dependency org="co.touchlab.faktory.access" name="co.touchlab.faktory.access.gradle.plugin" rev="0.9.9" />
Leiningen
[co.touchlab.faktory.access/co.touchlab.faktory.access.gradle.plugin "0.9.9"]
Apache Buildr
'co.touchlab.faktory.access:co.touchlab.faktory.access.gradle.plugin:jar:0.9.9'