w

weld-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
Sivakumar Thyagarajan
Files download
File Operation
weld-integration-fragment-6.2.2.jar download
weld-integration-fragment-6.2.2.pom download
weld-integration-fragment-6.2.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.glassfish.main.web</groupId>
  <artifactId>weld-integration-fragment</artifactId>
  <version>6.2.2</version>
  <type>glassfish-jar</type>
</dependency>
Gradle Groovy
implementation 'org.glassfish.main.web:weld-integration-fragment:6.2.2'
Gradle Kotlin
implementation("org.glassfish.main.web:weld-integration-fragment:6.2.2")
Scala SBT
libraryDependencies += "org.glassfish.main.web" % "weld-integration-fragment" % "6.2.2"
Groovy Grape
@Grapes(
  @Grab(group='org.glassfish.main.web', module='weld-integration-fragment', version='6.2.2')
)
Apache Ivy
<dependency org="org.glassfish.main.web" name="weld-integration-fragment" rev="6.2.2" />
Leiningen
[org.glassfish.main.web/weld-integration-fragment "6.2.2"]
Apache Buildr
'org.glassfish.main.web:weld-integration-fragment:jar:6.2.2'