MVN

at.willhaben.willtest : parent

Maven & Gradle

Sep 19, 2018
7 stars

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

<dependency>
    <groupId>at.willhaben.willtest</groupId>
    <artifactId>parent</artifactId>
    <version>1.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of at.willhaben.willtest : parent to add to Maven - Latest Versions:

  • Latest Stable: 1.3.0

All Versions

Choose a version of at.willhaben.willtest : parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.3.x
parent-1.3.0
1.2.x
parent-1.2.7
parent-1.2.5
parent-1.2.4
parent-1.2.3
parent-1.2.2
parent-1.2.1
parent-1.2.0
1.1.x
parent-1.1.13
parent-1.1.12
parent-1.1.10
parent-1.1.9
parent-1.1.8
parent-1.1.7
parent-1.1.6
parent-1.1.5
parent-1.1.4
parent-1.1.3
parent-1.1.2
parent-1.1.1
1.0.x
parent-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>at.willhaben.willtest</groupId>
    <artifactId>parent</artifactId>
    <version>1.3.0</version>
</dependency>

Advertisement