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