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