g

gradle-sub-plugin-api-jvm

API for creating Sub-plugins for SKIE.
https://skie.touchlab.co
The Apache License, Version 2.0
Kevin Galligan Filip Dolnik Tadeas Kriz
Files download
File Operation
gradle-sub-plugin-api-jvm-0.9.5.jar download
gradle-sub-plugin-api-jvm-0.9.5.pom download
gradle-sub-plugin-api-jvm-0.9.5-sources.jar download
Apache Maven
<dependency>
  <groupId>co.touchlab.skie</groupId>
  <artifactId>gradle-sub-plugin-api-jvm</artifactId>
  <version>0.9.5</version>
</dependency>
Gradle Groovy
implementation 'co.touchlab.skie:gradle-sub-plugin-api-jvm:0.9.5'
Gradle Kotlin
implementation("co.touchlab.skie:gradle-sub-plugin-api-jvm:0.9.5")
Scala SBT
libraryDependencies += "co.touchlab.skie" % "gradle-sub-plugin-api-jvm" % "0.9.5"
Groovy Grape
@Grapes(
  @Grab(group='co.touchlab.skie', module='gradle-sub-plugin-api-jvm', version='0.9.5')
)
Apache Ivy
<dependency org="co.touchlab.skie" name="gradle-sub-plugin-api-jvm" rev="0.9.5" />
Leiningen
[co.touchlab.skie/gradle-sub-plugin-api-jvm "0.9.5"]
Apache Buildr
'co.touchlab.skie:gradle-sub-plugin-api-jvm:jar:0.9.5'