is not current version
Last Version 2.14

org.glassfish.jersey.containers.glassfish:jersey-gf-cdi 2.10.2

Jersey CDI for GlassFish integration

Categories

Categories

GlassFish Container Application Servers Jersey Program Interface REST Frameworks
GroupId

GroupId

org.glassfish.jersey.containers.glassfish
ArtifactId

ArtifactId

jersey-gf-cdi
Version

Version

2.10.2
Type

Type

jar

Download jersey-gf-cdi 2.10.2


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