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