is not current version
Last Version 2.0.1

io.bootique.bom:bootique-bom 0.18

Provides a complementary Maven "Bill of Materials" (BOM) for the projects using Bootique to ensure consistency of the versions of all included standard extensions. The main BOM is available here: https://github.com/nhl/bootique-bom .

Categories

Categories

Bootique User Interface Web Frameworks
GroupId

GroupId

io.bootique.bom
ArtifactId

ArtifactId

bootique-bom
Version

Version

0.18
Type

Type

pom

Download bootique-bom 0.18

Filename Size
bootique-bom-0.18.pom 1 KB
Browse

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