is not current version
Last Version 2.0.1

io.bootique:bootique-framework-parent 0.20

Parent of Bootique core framework and Bootique docs.

Categories

Categories

Bootique User Interface Web Frameworks
GroupId

GroupId

io.bootique
ArtifactId

ArtifactId

bootique-framework-parent
Version

Version

0.20
Type

Type

pom

Download bootique-framework-parent 0.20


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