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