is not current version
Last Version 2.0.1

io.bootique.bom:bootique-bom 1.0.RC1

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

1.0.RC1
Type

Type

pom

Download bootique-bom 1.0.RC1

Filename Size
bootique-bom-1.0.RC1.pom 15 KB
Browse

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