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