is not current version
Last Version 3.1.10

at.willhaben.willtest:willtest 3.0.0

A collection of junit rules and other classes which help in testing your application with selenium

GroupId

GroupId

at.willhaben.willtest
ArtifactId

ArtifactId

willtest
Version

Version

3.0.0
Type

Type

pom

Download willtest 3.0.0

Filename Size
willtest-3.0.0.pom 15 KB
Browse

<!-- https://jarcasting.com/artifacts/at.willhaben.willtest/willtest/ -->
<dependency>
    <groupId>at.willhaben.willtest</groupId>
    <artifactId>willtest</artifactId>
    <version>3.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/at.willhaben.willtest/willtest/
implementation 'at.willhaben.willtest:willtest:3.0.0'
// https://jarcasting.com/artifacts/at.willhaben.willtest/willtest/
implementation ("at.willhaben.willtest:willtest:3.0.0")
'at.willhaben.willtest:willtest:pom:3.0.0'
<dependency org="at.willhaben.willtest" name="willtest" rev="3.0.0">
  <artifact name="willtest" type="pom" />
</dependency>
@Grapes(
@Grab(group='at.willhaben.willtest', module='willtest', version='3.0.0')
)
libraryDependencies += "at.willhaben.willtest" % "willtest" % "3.0.0"
[at.willhaben.willtest/willtest "3.0.0"]