is not current version
Last Version 0.18

com.nhl.bootique.bom:bootique-bom 0.15

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

Type

pom

Download bootique-bom 0.15

Filename Size
bootique-bom-0.15.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.15</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.nhl.bootique.bom/bootique-bom/
implementation 'com.nhl.bootique.bom:bootique-bom:0.15'
// https://jarcasting.com/artifacts/com.nhl.bootique.bom/bootique-bom/
implementation ("com.nhl.bootique.bom:bootique-bom:0.15")
'com.nhl.bootique.bom:bootique-bom:pom:0.15'
<dependency org="com.nhl.bootique.bom" name="bootique-bom" rev="0.15">
  <artifact name="bootique-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.nhl.bootique.bom', module='bootique-bom', version='0.15')
)
libraryDependencies += "com.nhl.bootique.bom" % "bootique-bom" % "0.15"
[com.nhl.bootique.bom/bootique-bom "0.15"]