is not current version
Last Version 0.9.80

de.quantummaid:quantummaid-opensource-parent 0.9.42

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.

Categories

Categories

Ant Build Tools
GroupId

GroupId

de.quantummaid
ArtifactId

ArtifactId

quantummaid-opensource-parent
Version

Version

0.9.42
Type

Type

pom

Download quantummaid-opensource-parent 0.9.42


<!-- https://jarcasting.com/artifacts/de.quantummaid/quantummaid-opensource-parent/ -->
<dependency>
    <groupId>de.quantummaid</groupId>
    <artifactId>quantummaid-opensource-parent</artifactId>
    <version>0.9.42</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.quantummaid/quantummaid-opensource-parent/
implementation 'de.quantummaid:quantummaid-opensource-parent:0.9.42'
// https://jarcasting.com/artifacts/de.quantummaid/quantummaid-opensource-parent/
implementation ("de.quantummaid:quantummaid-opensource-parent:0.9.42")
'de.quantummaid:quantummaid-opensource-parent:pom:0.9.42'
<dependency org="de.quantummaid" name="quantummaid-opensource-parent" rev="0.9.42">
  <artifact name="quantummaid-opensource-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.quantummaid', module='quantummaid-opensource-parent', version='0.9.42')
)
libraryDependencies += "de.quantummaid" % "quantummaid-opensource-parent" % "0.9.42"
[de.quantummaid/quantummaid-opensource-parent "0.9.42"]