| Categories |
CategoriesGlassFish Container Application Servers |
|---|---|
| GroupId | GroupIdcom.googlecode.jeeunit |
| ArtifactId | ArtifactIdjeeunit-glassfish |
| Version | Version0.7.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jeeunit-glassfish-0.7.0.pom | |
| jeeunit-glassfish-0.7.0.jar | 8 KB |
| jeeunit-glassfish-0.7.0-sources.jar | 4 KB |
| jeeunit-glassfish-0.7.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>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.jeeunit/jeeunit-glassfish/
implementation 'com.googlecode.jeeunit:jeeunit-glassfish:0.7.0'
// https://jarcasting.com/artifacts/com.googlecode.jeeunit/jeeunit-glassfish/
implementation ("com.googlecode.jeeunit:jeeunit-glassfish:0.7.0")
'com.googlecode.jeeunit:jeeunit-glassfish:jar:0.7.0'
<dependency org="com.googlecode.jeeunit" name="jeeunit-glassfish" rev="0.7.0">
<artifact name="jeeunit-glassfish" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.jeeunit', module='jeeunit-glassfish', version='0.7.0')
)
libraryDependencies += "com.googlecode.jeeunit" % "jeeunit-glassfish" % "0.7.0"
[com.googlecode.jeeunit/jeeunit-glassfish "0.7.0"]