GroupId | GroupIdio.thorntail |
---|---|
ArtifactId | ArtifactIdboms |
Version | Version2.5.0.Final |
Type | Typepom |
Filename | Size |
---|---|
boms-2.5.0.Final.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.thorntail/boms/ -->
<dependency>
<groupId>io.thorntail</groupId>
<artifactId>boms</artifactId>
<version>2.5.0.Final</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.thorntail/boms/
implementation 'io.thorntail:boms:2.5.0.Final'
// https://jarcasting.com/artifacts/io.thorntail/boms/
implementation ("io.thorntail:boms:2.5.0.Final")
'io.thorntail:boms:pom:2.5.0.Final'
<dependency org="io.thorntail" name="boms" rev="2.5.0.Final">
<artifact name="boms" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.thorntail', module='boms', version='2.5.0.Final')
)
libraryDependencies += "io.thorntail" % "boms" % "2.5.0.Final"
[io.thorntail/boms "2.5.0.Final"]