Files download
File Operation
parent-1.1.1.pom download
Apache Maven
<dependency>
  <groupId>de.quantummaid.quantummaid.packagings</groupId>
  <artifactId>parent</artifactId>
  <version>1.1.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'de.quantummaid.quantummaid.packagings:parent:1.1.1'
Gradle Kotlin
implementation("de.quantummaid.quantummaid.packagings:parent:1.1.1")
Scala SBT
libraryDependencies += "de.quantummaid.quantummaid.packagings" % "parent" % "1.1.1"
Groovy Grape
@Grapes(
  @Grab(group='de.quantummaid.quantummaid.packagings', module='parent', version='1.1.1')
)
Apache Ivy
<dependency org="de.quantummaid.quantummaid.packagings" name="parent" rev="1.1.1" />
Leiningen
[de.quantummaid.quantummaid.packagings/parent "1.1.1"]
Apache Buildr
'de.quantummaid.quantummaid.packagings:parent:jar:1.1.1'