is not current version
Last Version 1.3.0

at.willhaben.willtest:parent 1.2.2

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

GroupId

GroupId

at.willhaben.willtest
ArtifactId

ArtifactId

parent
Version

Version

1.2.2
Type

Type

pom

Download parent 1.2.2

Filename Size
parent-1.2.2.pom 10 KB
Browse

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