MVN

us.rothmichaels.parents : testing-parent

Maven & Gradle

Mar 07, 2014

Testing Parent POM · Parent POM that for all us.rothmichaels projects provides junit and jmock .

<dependency>
    <groupId>us.rothmichaels.parents</groupId>
    <artifactId>testing-parent</artifactId>
    <version>1.1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of us.rothmichaels.parents : testing-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.1.4

All Versions

Choose a version of us.rothmichaels.parents : testing-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
testing-parent-1.1.4
testing-parent-1.1.3
testing-parent-1.1.2
testing-parent-1.1.1
testing-parent-1.1.0
1.0.x
testing-parent-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>us.rothmichaels.parents</groupId>
    <artifactId>testing-parent</artifactId>
    <version>1.1.4</version>
</dependency>