is not current version
Last Version 0.18

com.nhl.bootique.bom:bootique-bom 0.16

Provides a Maven "Bill of Materials" (BOM) for the projects using Bootique to ensure consistency of the versions of all included standard extensions. Should be used with "imported" scope per https://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#Importing_Dependencies

Categories

Categories

Bootique User Interface Web Frameworks
GroupId

GroupId

com.nhl.bootique.bom
ArtifactId

ArtifactId

bootique-bom
Version

Version

0.16
Type

Type

pom

Download bootique-bom 0.16

Filename Size
bootique-bom-0.16.pom 4 KB
Browse

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