MVN

org.glassfish.jersey.containers.glassfish : jersey-gf-cdi-ban-custom-hk2-binding

Maven & Gradle

Dec 11, 2014
1 usages

jersey-gf-cdi-ban-custom-hk2-binding · Jersey CDI for GlassFish integration - this module disables custom HK2 binding

<dependency>
    <groupId>org.glassfish.jersey.containers.glassfish</groupId>
    <artifactId>jersey-gf-cdi-ban-custom-hk2-binding</artifactId>
    <version>2.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.14

All Versions

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

Version Vulnerabilities Updated
2.14
jersey-gf-cdi-ban-custom-hk2-binding-2.14
2.13
jersey-gf-cdi-ban-custom-hk2-binding-2.13
2.12
jersey-gf-cdi-ban-custom-hk2-binding-2.12
2.11
jersey-gf-cdi-ban-custom-hk2-binding-2.11
2.10.x
jersey-gf-cdi-ban-custom-hk2-binding-2.10.4
jersey-gf-cdi-ban-custom-hk2-binding-2.10.3
jersey-gf-cdi-ban-custom-hk2-binding-2.10.2
jersey-gf-cdi-ban-custom-hk2-binding-2.10.1
2.10
jersey-gf-cdi-ban-custom-hk2-binding-2.10
2.9.x
jersey-gf-cdi-ban-custom-hk2-binding-2.9.1
2.9
jersey-gf-cdi-ban-custom-hk2-binding-2.9
2.8
jersey-gf-cdi-ban-custom-hk2-binding-2.8
2.7
jersey-gf-cdi-ban-custom-hk2-binding-2.7

How to add a dependency to Maven

Add the following org.glassfish.jersey.containers.glassfish : jersey-gf-cdi-ban-custom-hk2-binding 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-ban-custom-hk2-binding</artifactId>
    <version>2.14</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.glassfish.jersey.containers.glassfish:jersey-gf-cdi-ban-custom-hk2-binding:2.14'

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

implementation("org.glassfish.jersey.containers.glassfish:jersey-gf-cdi-ban-custom-hk2-binding:2.14")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.glassfish.jersey.containers.glassfish" % "jersey-gf-cdi-ban-custom-hk2-binding" % "2.14"