is not current version
Last Version 0.18

com.nhl.bootique:bootique-framework-parent 0.12

Parent of Bootique core framework, and Bootique docs.

Categories

Categories

Bootique User Interface Web Frameworks
GroupId

GroupId

com.nhl.bootique
ArtifactId

ArtifactId

bootique-framework-parent
Version

Version

0.12
Type

Type

pom

Download bootique-framework-parent 0.12


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