License |
License |
---|---|
GroupId | GroupIdcom.googlecode.jeeunit |
ArtifactId | ArtifactIdjeeunit-cdi |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjeeunit Injection via CDI
Integration Testing for Java EE 6
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jeeunit-cdi-1.0.0.pom | |
jeeunit-cdi-1.0.0.jar | 6 KB |
jeeunit-cdi-1.0.0-sources.jar | 5 KB |
jeeunit-cdi-1.0.0-javadoc.jar | 54 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.jeeunit/jeeunit-cdi/ -->
<dependency>
<groupId>com.googlecode.jeeunit</groupId>
<artifactId>jeeunit-cdi</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.jeeunit/jeeunit-cdi/
implementation 'com.googlecode.jeeunit:jeeunit-cdi:1.0.0'
// https://jarcasting.com/artifacts/com.googlecode.jeeunit/jeeunit-cdi/
implementation ("com.googlecode.jeeunit:jeeunit-cdi:1.0.0")
'com.googlecode.jeeunit:jeeunit-cdi:jar:1.0.0'
<dependency org="com.googlecode.jeeunit" name="jeeunit-cdi" rev="1.0.0">
<artifact name="jeeunit-cdi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.jeeunit', module='jeeunit-cdi', version='1.0.0')
)
libraryDependencies += "com.googlecode.jeeunit" % "jeeunit-cdi" % "1.0.0"
[com.googlecode.jeeunit/jeeunit-cdi "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.googlecode.jeeunit : jeeunit | jar | 1.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.geronimo.specs : geronimo-jcdi_1.0_spec | jar | 1.0 |
org.apache.geronimo.specs : geronimo-servlet_3.0_spec | jar | 1.0 |