b

bootique-kotlin-parent

Parent POM of Bootique Kotlin module.
Files download
File Operation
bootique-kotlin-parent-3.0.M2.pom download
Apache Maven
<dependency>
  <groupId>io.bootique.kotlin</groupId>
  <artifactId>bootique-kotlin-parent</artifactId>
  <version>3.0.M2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.bootique.kotlin:bootique-kotlin-parent:3.0.M2'
Gradle Kotlin
implementation("io.bootique.kotlin:bootique-kotlin-parent:3.0.M2")
Scala SBT
libraryDependencies += "io.bootique.kotlin" % "bootique-kotlin-parent" % "3.0.M2"
Groovy Grape
@Grapes(
  @Grab(group='io.bootique.kotlin', module='bootique-kotlin-parent', version='3.0.M2')
)
Apache Ivy
<dependency org="io.bootique.kotlin" name="bootique-kotlin-parent" rev="3.0.M2" />
Leiningen
[io.bootique.kotlin/bootique-kotlin-parent "3.0.M2"]
Apache Buildr
'io.bootique.kotlin:bootique-kotlin-parent:jar:3.0.M2'