| GroupId | GroupIdio.thorntail |
|---|---|
| ArtifactId | ArtifactIdbom |
| Version | Version2.1.0.Final |
| Type | Typepom |
| Filename | Size |
|---|---|
| bom-2.1.0.Final.pom | |
| bom-2.1.0.Final.jar | 36 KB |
| bom-2.1.0.Final-m2repo.zip | 541 MB |
| bom-2.1.0.Final-javadoc.zip | 10 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.thorntail/bom/ -->
<dependency>
<groupId>io.thorntail</groupId>
<artifactId>bom</artifactId>
<version>2.1.0.Final</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.thorntail/bom/
implementation 'io.thorntail:bom:2.1.0.Final'
// https://jarcasting.com/artifacts/io.thorntail/bom/
implementation ("io.thorntail:bom:2.1.0.Final")
'io.thorntail:bom:pom:2.1.0.Final'
<dependency org="io.thorntail" name="bom" rev="2.1.0.Final">
<artifact name="bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.thorntail', module='bom', version='2.1.0.Final')
)
libraryDependencies += "io.thorntail" % "bom" % "2.1.0.Final"
[io.thorntail/bom "2.1.0.Final"]