License |
License |
---|---|
GroupId | GroupIdcom.googlecode.jeeunit |
ArtifactId | ArtifactIdjeeunit-weld-se |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjeeunit Bean Manager Provider using Weld SE
Integration Testing for Java EE 6
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jeeunit-weld-se-1.0.0.pom | |
jeeunit-weld-se-1.0.0.jar | 3 KB |
jeeunit-weld-se-1.0.0-sources.jar | 1 KB |
jeeunit-weld-se-1.0.0-javadoc.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.jeeunit/jeeunit-weld-se/ -->
<dependency>
<groupId>com.googlecode.jeeunit</groupId>
<artifactId>jeeunit-weld-se</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.jeeunit/jeeunit-weld-se/
implementation 'com.googlecode.jeeunit:jeeunit-weld-se:1.0.0'
// https://jarcasting.com/artifacts/com.googlecode.jeeunit/jeeunit-weld-se/
implementation ("com.googlecode.jeeunit:jeeunit-weld-se:1.0.0")
'com.googlecode.jeeunit:jeeunit-weld-se:jar:1.0.0'
<dependency org="com.googlecode.jeeunit" name="jeeunit-weld-se" rev="1.0.0">
<artifact name="jeeunit-weld-se" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.jeeunit', module='jeeunit-weld-se', version='1.0.0')
)
libraryDependencies += "com.googlecode.jeeunit" % "jeeunit-weld-se" % "1.0.0"
[com.googlecode.jeeunit/jeeunit-weld-se "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.googlecode.jeeunit : jeeunit-cdi | jar | 1.0.0 |
org.jboss.weld.se : weld-se-core | jar | 1.1.8.Final |