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