is not current version
Last Version 7.0.0-M4

org.glassfish.main.web:cdi-api-fragment 4.1

This fragment bundle extends the cdi-api bundle to import additional packages into the cdi-api bundle.

Categories

Categories

GlassFish Container Application Servers
GroupId

GroupId

org.glassfish.main.web
ArtifactId

ArtifactId

cdi-api-fragment
Version

Version

4.1
Type

Type

jar

Download cdi-api-fragment 4.1


<!-- https://jarcasting.com/artifacts/org.glassfish.main.web/cdi-api-fragment/ -->
<dependency>
    <groupId>org.glassfish.main.web</groupId>
    <artifactId>cdi-api-fragment</artifactId>
    <version>4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.main.web/cdi-api-fragment/
implementation 'org.glassfish.main.web:cdi-api-fragment:4.1'
// https://jarcasting.com/artifacts/org.glassfish.main.web/cdi-api-fragment/
implementation ("org.glassfish.main.web:cdi-api-fragment:4.1")
'org.glassfish.main.web:cdi-api-fragment:jar:4.1'
<dependency org="org.glassfish.main.web" name="cdi-api-fragment" rev="4.1">
  <artifact name="cdi-api-fragment" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.main.web', module='cdi-api-fragment', version='4.1')
)
libraryDependencies += "org.glassfish.main.web" % "cdi-api-fragment" % "4.1"
[org.glassfish.main.web/cdi-api-fragment "4.1"]