is not current version
Last Version 2.0.1

io.bootique.bom:bootique-bom 2.0

The main Maven "Bill of Materials" (BOM) to the projects using Bootique, ensuring consistency of the versions of all included standard extensions.

Categories

Categories

Bootique User Interface Web Frameworks
GroupId

GroupId

io.bootique.bom
ArtifactId

ArtifactId

bootique-bom
Version

Version

2.0
Type

Type

pom

Download bootique-bom 2.0

Filename Size
bootique-bom-2.0.pom 22 KB
Browse

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