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