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