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