is not current version
Last Version 1.0.0

com.googlecode.jeeunit:jeeunit-parent 0.7.0

Integration Testing for Java EE 6

GroupId

GroupId

com.googlecode.jeeunit
ArtifactId

ArtifactId

jeeunit-parent
Version

Version

0.7.0
Type

Type

pom

Download jeeunit-parent 0.7.0

Filename Size
jeeunit-parent-0.7.0.pom 6 KB
Browse

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