is not current version
Last Version 2.7.0.Final

io.thorntail:bom 2.2.1.Final

BOM: 3+ : Recommended

GroupId

GroupId

io.thorntail
ArtifactId

ArtifactId

bom
Version

Version

2.2.1.Final
Type

Type

pom

Download bom 2.2.1.Final


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