Files download
File Operation
io.github.shabinder.gradle.plugin-1.10.0-LEGACY.pom download
Apache Maven
<dependency>
  <groupId>io.github.shabinder</groupId>
  <artifactId>io.github.shabinder.gradle.plugin</artifactId>
  <version>1.10.0-LEGACY</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.shabinder:io.github.shabinder.gradle.plugin:1.10.0-LEGACY'
Gradle Kotlin
implementation("io.github.shabinder:io.github.shabinder.gradle.plugin:1.10.0-LEGACY")
Scala SBT
libraryDependencies += "io.github.shabinder" % "io.github.shabinder.gradle.plugin" % "1.10.0-LEGACY"
Groovy Grape
@Grapes(
  @Grab(group='io.github.shabinder', module='io.github.shabinder.gradle.plugin', version='1.10.0-LEGACY')
)
Apache Ivy
<dependency org="io.github.shabinder" name="io.github.shabinder.gradle.plugin" rev="1.10.0-LEGACY" />
Leiningen
[io.github.shabinder/io.github.shabinder.gradle.plugin "1.10.0-LEGACY"]
Apache Buildr
'io.github.shabinder:io.github.shabinder.gradle.plugin:jar:1.10.0-LEGACY'