k

kt-mpp-pp

A Gradle plugin easing the configuration Kotlin Multiplaftorm projects
https://github.com/gciatto/kt-mpp-pp
Apache 2.0
Giovanni Ciatto
Files download
File Operation
kt-mpp-pp-0.1.3.jar download
kt-mpp-pp-0.1.3.pom download
kt-mpp-pp-0.1.3-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.gciatto</groupId>
  <artifactId>kt-mpp-pp</artifactId>
  <version>0.1.3</version>
</dependency>
Gradle Groovy
implementation 'io.github.gciatto:kt-mpp-pp:0.1.3'
Gradle Kotlin
implementation("io.github.gciatto:kt-mpp-pp:0.1.3")
Scala SBT
libraryDependencies += "io.github.gciatto" % "kt-mpp-pp" % "0.1.3"
Groovy Grape
@Grapes(
  @Grab(group='io.github.gciatto', module='kt-mpp-pp', version='0.1.3')
)
Apache Ivy
<dependency org="io.github.gciatto" name="kt-mpp-pp" rev="0.1.3" />
Leiningen
[io.github.gciatto/kt-mpp-pp "0.1.3"]
Apache Buildr
'io.github.gciatto:kt-mpp-pp:jar:0.1.3'