Files download
File Operation
gradle-sub-plugin-api-0.9.2.jar download
gradle-sub-plugin-api-0.9.2.pom download
gradle-sub-plugin-api-0.9.2-sources.jar download
Apache Maven
<dependency>
  <groupId>co.touchlab.skie</groupId>
  <artifactId>gradle-sub-plugin-api</artifactId>
  <version>0.9.2</version>
</dependency>
Gradle Groovy
implementation 'co.touchlab.skie:gradle-sub-plugin-api:0.9.2'
Gradle Kotlin
implementation("co.touchlab.skie:gradle-sub-plugin-api:0.9.2")
Scala SBT
libraryDependencies += "co.touchlab.skie" % "gradle-sub-plugin-api" % "0.9.2"
Groovy Grape
@Grapes(
  @Grab(group='co.touchlab.skie', module='gradle-sub-plugin-api', version='0.9.2')
)
Apache Ivy
<dependency org="co.touchlab.skie" name="gradle-sub-plugin-api" rev="0.9.2" />
Leiningen
[co.touchlab.skie/gradle-sub-plugin-api "0.9.2"]
Apache Buildr
'co.touchlab.skie:gradle-sub-plugin-api:jar:0.9.2'