License |
License
Apache License, Version 2.0
|
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdde.quantummaid.quantummaid |
ArtifactId | ArtifactIdquantummaid-bom |
Last Version | Last Version1.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionQuantumMaid - BOM
This parent pom is supposed to be used as a parent for all QuantumMaid open source projects to reliably enable
the enforcement of java standards like library blacklisting, code style rules, and more.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
quantummaid-bom-1.1.1.pom | |
quantummaid-bom-1.1.1.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.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.quantummaid.quantummaid/quantummaid-bom/
implementation 'de.quantummaid.quantummaid:quantummaid-bom:1.1.1'
// https://jarcasting.com/artifacts/de.quantummaid.quantummaid/quantummaid-bom/
implementation ("de.quantummaid.quantummaid:quantummaid-bom:1.1.1")
'de.quantummaid.quantummaid:quantummaid-bom:jar:1.1.1'
<dependency org="de.quantummaid.quantummaid" name="quantummaid-bom" rev="1.1.1">
<artifact name="quantummaid-bom" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.quantummaid.quantummaid', module='quantummaid-bom', version='1.1.1')
)
libraryDependencies += "de.quantummaid.quantummaid" % "quantummaid-bom" % "1.1.1"
[de.quantummaid.quantummaid/quantummaid-bom "1.1.1"]