MVN

us.rothmichaels.parents : mega-testing-parent

Maven & Gradle

Mar 07, 2014

Mega Testing Parent POM · POM that provides all unit testing dependencies for all us.rothmichaels projects.

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

Latest Version

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

  • Latest Stable: 1.1.4

All Versions

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

Version Vulnerabilities Updated
1.1.x
mega-testing-parent-1.1.4
mega-testing-parent-1.1.3
mega-testing-parent-1.1.2
mega-testing-parent-1.1.1
mega-testing-parent-1.1.0
1.0.x
mega-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>mega-testing-parent</artifactId>
    <version>1.1.4</version>
</dependency>

Advertisement