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