MVN

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

Maven & Gradle

Jun 08, 2015
9 usages

jersey-gf-cdi · Jersey CDI for GlassFish integration

<dependency>
    <groupId>org.glassfish.jersey.containers.glassfish</groupId>
    <artifactId>jersey-gf-cdi</artifactId>
    <version>2.5.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.glassfish.jersey.containers.glassfish : jersey-gf-cdi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5.2
  • Latest Release Candidate: 2.0-rc1

All Versions

Choose a version of org.glassfish.jersey.containers.glassfish : jersey-gf-cdi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.14
jersey-gf-cdi-2.14
2.13
jersey-gf-cdi-2.13
2.12
jersey-gf-cdi-2.12
2.11
jersey-gf-cdi-2.11
2.10.x
jersey-gf-cdi-2.10.4
jersey-gf-cdi-2.10.3
jersey-gf-cdi-2.10.2
jersey-gf-cdi-2.10.1
2.10
jersey-gf-cdi-2.10
2.9.x
jersey-gf-cdi-2.9.1
2.9
jersey-gf-cdi-2.9
2.8
jersey-gf-cdi-2.8
2.7
jersey-gf-cdi-2.7
2.6
jersey-gf-cdi-2.6
2.5.x
jersey-gf-cdi-2.5.2
jersey-gf-cdi-2.5.1
2.5
jersey-gf-cdi-2.5
2.4.x
jersey-gf-cdi-2.4.1
2.4
jersey-gf-cdi-2.4
2.3.x
jersey-gf-cdi-2.3.1
2.3
jersey-gf-cdi-2.3
2.2
jersey-gf-cdi-2.2
2.1
jersey-gf-cdi-2.1
2.0.x
jersey-gf-cdi-2.0.1
2.0
jersey-gf-cdi-2.0
jersey-gf-cdi-2.0-rc1
jersey-gf-cdi-2.0-m13-3
jersey-gf-cdi-2.0-m13-2

How to add a dependency to Maven

Add the following org.glassfish.jersey.containers.glassfish : jersey-gf-cdi maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.glassfish.jersey.containers.glassfish</groupId>
    <artifactId>jersey-gf-cdi</artifactId>
    <version>2.5.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.glassfish.jersey.containers.glassfish : jersey-gf-cdi gradle dependency to your build.gradle file:

implementation 'org.glassfish.jersey.containers.glassfish:jersey-gf-cdi:2.5.2'

Gradle Kotlin DSL: Add the following org.glassfish.jersey.containers.glassfish : jersey-gf-cdi gradle kotlin dependency to your build.gradle.kts file:

implementation("org.glassfish.jersey.containers.glassfish:jersey-gf-cdi:2.5.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.glassfish.jersey.containers.glassfish : jersey-gf-cdi sbt scala dependency to your build.sbt file:

libraryDependencies += "org.glassfish.jersey.containers.glassfish" % "jersey-gf-cdi" % "2.5.2"

Advertisement