is not current version
Last Version 3.1.10

at.willhaben.willtest:willtest 3.0.0-M1

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-M1
Type

Type

pom

Download willtest 3.0.0-M1

Filename Size
willtest-3.0.0-M1.pom 12 KB
Browse

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