| License |
License |
|---|---|
| GroupId | GroupIdcom.googlecode.jeeunit |
| ArtifactId | ArtifactIdjeeunit-parent |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionjeeunit Parent
Integration Testing for Java EE 6
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jeeunit-parent-1.0.0.pom | 10 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.jeeunit/jeeunit-parent/ -->
<dependency>
<groupId>com.googlecode.jeeunit</groupId>
<artifactId>jeeunit-parent</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.jeeunit/jeeunit-parent/
implementation 'com.googlecode.jeeunit:jeeunit-parent:1.0.0'
// https://jarcasting.com/artifacts/com.googlecode.jeeunit/jeeunit-parent/
implementation ("com.googlecode.jeeunit:jeeunit-parent:1.0.0")
'com.googlecode.jeeunit:jeeunit-parent:pom:1.0.0'
<dependency org="com.googlecode.jeeunit" name="jeeunit-parent" rev="1.0.0">
<artifact name="jeeunit-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.jeeunit', module='jeeunit-parent', version='1.0.0')
)
libraryDependencies += "com.googlecode.jeeunit" % "jeeunit-parent" % "1.0.0"
[com.googlecode.jeeunit/jeeunit-parent "1.0.0"]