License |
License
Apache License, Version 2.0
|
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdde.quantummaid.mapmaid |
ArtifactId | ArtifactIdmapmaid-bom |
Last Version | Last Version0.10.19 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionMapMaid - 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 |
---|---|
mapmaid-bom-0.10.19.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.quantummaid.mapmaid/mapmaid-bom/ -->
<dependency>
<groupId>de.quantummaid.mapmaid</groupId>
<artifactId>mapmaid-bom</artifactId>
<version>0.10.19</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.quantummaid.mapmaid/mapmaid-bom/
implementation 'de.quantummaid.mapmaid:mapmaid-bom:0.10.19'
// https://jarcasting.com/artifacts/de.quantummaid.mapmaid/mapmaid-bom/
implementation ("de.quantummaid.mapmaid:mapmaid-bom:0.10.19")
'de.quantummaid.mapmaid:mapmaid-bom:pom:0.10.19'
<dependency org="de.quantummaid.mapmaid" name="mapmaid-bom" rev="0.10.19">
<artifact name="mapmaid-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.quantummaid.mapmaid', module='mapmaid-bom', version='0.10.19')
)
libraryDependencies += "de.quantummaid.mapmaid" % "mapmaid-bom" % "0.10.19"
[de.quantummaid.mapmaid/mapmaid-bom "0.10.19"]