<dependency>
<groupId>co.touchlab.faktory.access</groupId>
<artifactId>co.touchlab.faktory.access.gradle.plugin</artifactId>
<version>0.9.9</version>
</dependency>
implementation group: 'co.touchlab.faktory.access', name: 'co.touchlab.faktory.access.gradle.plugin', version: '0.9.9'
implementation 'co.touchlab.faktory.access:co.touchlab.faktory.access.gradle.plugin:0.9.9'
implementation("co.touchlab.faktory.access:co.touchlab.faktory.access.gradle.plugin:0.9.9")
libraryDependencies += "co.touchlab.faktory.access" % "co.touchlab.faktory.access.gradle.plugin" % "0.9.9"
<dependency org="co.touchlab.faktory.access" name="co.touchlab.faktory.access.gradle.plugin" rev="0.9.9"/>
@Grapes(
@Grab(group='co.touchlab.faktory.access', module='co.touchlab.faktory.access.gradle.plugin', version='0.9.9')
)
[co.touchlab.faktory.access/co.touchlab.faktory.access.gradle.plugin "0.9.9"]
'co.touchlab.faktory.access:co.touchlab.faktory.access.gradle.plugin:jar:0.9.9'