Files download
File Operation
parent-1.2.0.pom download
Apache Maven
<dependency>
  <groupId>at.willhaben.willtest</groupId>
  <artifactId>parent</artifactId>
  <version>1.2.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'at.willhaben.willtest:parent:1.2.0'
Gradle Kotlin
implementation("at.willhaben.willtest:parent:1.2.0")
Scala SBT
libraryDependencies += "at.willhaben.willtest" % "parent" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='at.willhaben.willtest', module='parent', version='1.2.0')
)
Apache Ivy
<dependency org="at.willhaben.willtest" name="parent" rev="1.2.0" />
Leiningen
[at.willhaben.willtest/parent "1.2.0"]
Apache Buildr
'at.willhaben.willtest:parent:jar:1.2.0'
Dependencies
The project has no third-party dependencies