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