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