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