is not current version
Last Version 0.18

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

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.15
Type

Type

pom

Download bootique-framework-parent 0.15


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