Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdde.quantummaid.quantummaid |
ArtifactId | ArtifactIdquantummaid-bom |
Version | Version1.0.7 |
Type | Typejar |
Filename | Size |
---|---|
quantummaid-bom-1.0.7.pom | |
quantummaid-bom-1.0.7.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.quantummaid.quantummaid/quantummaid-bom/ -->
<dependency>
<groupId>de.quantummaid.quantummaid</groupId>
<artifactId>quantummaid-bom</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/de.quantummaid.quantummaid/quantummaid-bom/
implementation 'de.quantummaid.quantummaid:quantummaid-bom:1.0.7'
// https://jarcasting.com/artifacts/de.quantummaid.quantummaid/quantummaid-bom/
implementation ("de.quantummaid.quantummaid:quantummaid-bom:1.0.7")
'de.quantummaid.quantummaid:quantummaid-bom:jar:1.0.7'
<dependency org="de.quantummaid.quantummaid" name="quantummaid-bom" rev="1.0.7">
<artifact name="quantummaid-bom" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.quantummaid.quantummaid', module='quantummaid-bom', version='1.0.7')
)
libraryDependencies += "de.quantummaid.quantummaid" % "quantummaid-bom" % "1.0.7"
[de.quantummaid.quantummaid/quantummaid-bom "1.0.7"]