<dependency>
<groupId>io.github.shabinder</groupId>
<artifactId>io.github.shabinder.gradle.plugin</artifactId>
<version>1.10.0-LEGACY</version>
</dependency>
implementation group: 'io.github.shabinder', name: 'io.github.shabinder.gradle.plugin', version: '1.10.0-LEGACY'
implementation 'io.github.shabinder:io.github.shabinder.gradle.plugin:1.10.0-LEGACY'
implementation("io.github.shabinder:io.github.shabinder.gradle.plugin:1.10.0-LEGACY")
libraryDependencies += "io.github.shabinder" % "io.github.shabinder.gradle.plugin" % "1.10.0-LEGACY"
<dependency org="io.github.shabinder" name="io.github.shabinder.gradle.plugin" rev="1.10.0-LEGACY"/>
@Grapes(
@Grab(group='io.github.shabinder', module='io.github.shabinder.gradle.plugin', version='1.10.0-LEGACY')
)
[io.github.shabinder/io.github.shabinder.gradle.plugin "1.10.0-LEGACY"]
'io.github.shabinder:io.github.shabinder.gradle.plugin:jar:1.10.0-LEGACY'