is not current version
Last Version 2.7.0.Final

io.thorntail:boms 2.0.0.Final

BOMs

GroupId

GroupId

io.thorntail
ArtifactId

ArtifactId

boms
Version

Version

2.0.0.Final
Type

Type

pom

Download boms 2.0.0.Final

Filename Size
boms-2.0.0.Final.pom 5 KB
Browse

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