| Categories |
CategoriesGlassFish Container Application Servers |
|---|---|
| GroupId | GroupIdcom.googlecode.jeeunit |
| ArtifactId | ArtifactIdjeeunit-glassfish |
| Version | Version0.6.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jeeunit-glassfish-0.6.0.pom | |
| jeeunit-glassfish-0.6.0.jar | 7 KB |
| jeeunit-glassfish-0.6.0-sources.jar | 4 KB |
| jeeunit-glassfish-0.6.0-javadoc.jar | 26 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.jeeunit/jeeunit-glassfish/ -->
<dependency>
<groupId>com.googlecode.jeeunit</groupId>
<artifactId>jeeunit-glassfish</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.jeeunit/jeeunit-glassfish/
implementation 'com.googlecode.jeeunit:jeeunit-glassfish:0.6.0'
// https://jarcasting.com/artifacts/com.googlecode.jeeunit/jeeunit-glassfish/
implementation ("com.googlecode.jeeunit:jeeunit-glassfish:0.6.0")
'com.googlecode.jeeunit:jeeunit-glassfish:jar:0.6.0'
<dependency org="com.googlecode.jeeunit" name="jeeunit-glassfish" rev="0.6.0">
<artifact name="jeeunit-glassfish" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.jeeunit', module='jeeunit-glassfish', version='0.6.0')
)
libraryDependencies += "com.googlecode.jeeunit" % "jeeunit-glassfish" % "0.6.0"
[com.googlecode.jeeunit/jeeunit-glassfish "0.6.0"]