is not current version
Last Version 2.7.0.Final

io.thorntail:bom-frozen 2.2.1.Final

BOM: 4 : Frozen

GroupId

GroupId

io.thorntail
ArtifactId

ArtifactId

bom-frozen
Version

Version

2.2.1.Final
Type

Type

pom

Download bom-frozen 2.2.1.Final


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