License |
License |
---|---|
Categories |
CategoriesGlassFish Container Application Servers |
GroupId | GroupIdcom.googlecode.jeeunit |
ArtifactId | ArtifactIdjeeunit-glassfish |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjeeunit Glassfish Launcher
Integration Testing for Java EE 6
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jeeunit-glassfish-1.0.0.pom | |
jeeunit-glassfish-1.0.0.jar | 8 KB |
jeeunit-glassfish-1.0.0-sources.jar | 4 KB |
jeeunit-glassfish-1.0.0-javadoc.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.jeeunit/jeeunit-glassfish/ -->
<dependency>
<groupId>com.googlecode.jeeunit</groupId>
<artifactId>jeeunit-glassfish</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.jeeunit/jeeunit-glassfish/
implementation 'com.googlecode.jeeunit:jeeunit-glassfish:1.0.0'
// https://jarcasting.com/artifacts/com.googlecode.jeeunit/jeeunit-glassfish/
implementation ("com.googlecode.jeeunit:jeeunit-glassfish:1.0.0")
'com.googlecode.jeeunit:jeeunit-glassfish:jar:1.0.0'
<dependency org="com.googlecode.jeeunit" name="jeeunit-glassfish" rev="1.0.0">
<artifact name="jeeunit-glassfish" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.jeeunit', module='jeeunit-glassfish', version='1.0.0')
)
libraryDependencies += "com.googlecode.jeeunit" % "jeeunit-glassfish" % "1.0.0"
[com.googlecode.jeeunit/jeeunit-glassfish "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.googlecode.jeeunit : jeeunit | jar | 1.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.glassfish.main.extras : glassfish-embedded-all | jar | 3.1.2 |