License |
License
CDDL + GPLv2 with classpath exception
|
---|---|
Categories |
CategoriesGlassFish Container Application Servers |
GroupId | GroupIdorg.glassfish.web |
ArtifactId | ArtifactIdweld-integration-test-fragment |
Last Version | Last Version3.2-b06 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFragment bundle for Weld related testing
This fragment bundle extends the weld osgi bundle to export additional packages from the weld-osgi-bundle as they are used in the Weld Arquillian tests
|
Project Organization |
Project OrganizationGlassFish Community |
<!-- https://jarcasting.com/artifacts/org.glassfish.web/weld-integration-test-fragment/ -->
<dependency>
<groupId>org.glassfish.web</groupId>
<artifactId>weld-integration-test-fragment</artifactId>
<version>3.2-b06</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.web/weld-integration-test-fragment/
implementation 'org.glassfish.web:weld-integration-test-fragment:3.2-b06'
// https://jarcasting.com/artifacts/org.glassfish.web/weld-integration-test-fragment/
implementation ("org.glassfish.web:weld-integration-test-fragment:3.2-b06")
'org.glassfish.web:weld-integration-test-fragment:jar:3.2-b06'
<dependency org="org.glassfish.web" name="weld-integration-test-fragment" rev="3.2-b06">
<artifact name="weld-integration-test-fragment" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.web', module='weld-integration-test-fragment', version='3.2-b06')
)
libraryDependencies += "org.glassfish.web" % "weld-integration-test-fragment" % "3.2-b06"
[org.glassfish.web/weld-integration-test-fragment "3.2-b06"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit Optional | jar | 4.3.1 |