is not current version
Last Version 0.14

io.bootique.parent:bootique-parent 0.12

A parent of Bootique-based projects that defines executable jar packaging strategy, upstream repositories, and important plugin versions. It is not required that your apps inherit from it. But it does help with initial app setup.

Categories

Categories

Bootique User Interface Web Frameworks
GroupId

GroupId

io.bootique.parent
ArtifactId

ArtifactId

bootique-parent
Version

Version

0.12
Type

Type

pom

Download bootique-parent 0.12

Filename Size
bootique-parent-0.12.pom 5 KB
Browse

<!-- https://jarcasting.com/artifacts/io.bootique.parent/bootique-parent/ -->
<dependency>
    <groupId>io.bootique.parent</groupId>
    <artifactId>bootique-parent</artifactId>
    <version>0.12</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.bootique.parent/bootique-parent/
implementation 'io.bootique.parent:bootique-parent:0.12'
// https://jarcasting.com/artifacts/io.bootique.parent/bootique-parent/
implementation ("io.bootique.parent:bootique-parent:0.12")
'io.bootique.parent:bootique-parent:pom:0.12'
<dependency org="io.bootique.parent" name="bootique-parent" rev="0.12">
  <artifact name="bootique-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.bootique.parent', module='bootique-parent', version='0.12')
)
libraryDependencies += "io.bootique.parent" % "bootique-parent" % "0.12"
[io.bootique.parent/bootique-parent "0.12"]