MVN

com.googlecode.jeeunit : jeeunit-parent

Maven & Gradle

May 25, 2012

jeeunit Parent · Integration Testing for Java EE 6

<dependency>
    <groupId>com.googlecode.jeeunit</groupId>
    <artifactId>jeeunit-parent</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.googlecode.jeeunit : jeeunit-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of com.googlecode.jeeunit : jeeunit-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
jeeunit-parent-1.0.0
0.9.x
jeeunit-parent-0.9.1
jeeunit-parent-0.9.0
0.8.x
jeeunit-parent-0.8.0
0.7.x
jeeunit-parent-0.7.1
jeeunit-parent-0.7.0
0.6.x
jeeunit-parent-0.6.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.googlecode.jeeunit</groupId>
    <artifactId>jeeunit-parent</artifactId>
    <version>1.0.0</version>
</dependency>