License |
License |
---|---|
Categories |
CategoriesGlassFish Container Application Servers |
GroupId | GroupIdorg.glassfish.main.web |
ArtifactId | ArtifactIdweld-integration-fragment |
Last Version | Last Version7.0.0-M4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWeld Integration Fragment
This fragment bundle extends the weld osgi bundle to export additional packages from the weld-osgi-bundle as they are used in Weld generated proxies
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.glassfish.main.web/weld-integration-fragment/ -->
<dependency>
<groupId>org.glassfish.main.web</groupId>
<artifactId>weld-integration-fragment</artifactId>
<version>7.0.0-M4</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.main.web/weld-integration-fragment/
implementation 'org.glassfish.main.web:weld-integration-fragment:7.0.0-M4'
// https://jarcasting.com/artifacts/org.glassfish.main.web/weld-integration-fragment/
implementation ("org.glassfish.main.web:weld-integration-fragment:7.0.0-M4")
'org.glassfish.main.web:weld-integration-fragment:jar:7.0.0-M4'
<dependency org="org.glassfish.main.web" name="weld-integration-fragment" rev="7.0.0-M4">
<artifact name="weld-integration-fragment" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.main.web', module='weld-integration-fragment', version='7.0.0-M4')
)
libraryDependencies += "org.glassfish.main.web" % "weld-integration-fragment" % "7.0.0-M4"
[org.glassfish.main.web/weld-integration-fragment "7.0.0-M4"]