MVN

org.eclipse.jetty.cdi : cdi-2

Maven & Gradle

Jul 11, 2019
1 usages
3.2k stars

Jetty :: CDI 2

<dependency>
    <groupId>org.eclipse.jetty.cdi</groupId>
    <artifactId>cdi-2</artifactId>
    <version>9.4.19.v20190610</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.jetty.cdi : cdi-2 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 9.4.19.v20190610
  • Latest Release Candidate: 9.4.12.RC2
  • Latest Alpha: 10.0.0-alpha0

All Versions

Choose a version of org.eclipse.jetty.cdi : cdi-2 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
10.0.x
cdi-2-10.0.0-alpha0
9.4.x
cdi-2-9.4.19.v20190610
cdi-2-9.4.18.v20190429
cdi-2-9.4.17.v20190418
cdi-2-9.4.16.v20190411
cdi-2-9.4.15.v20190215
cdi-2-9.4.14.v20181114
cdi-2-9.4.13.v20181111
cdi-2-9.4.12.v20180830
cdi-2-9.4.12.RC2
cdi-2-9.4.12.RC1
cdi-2-9.4.12.RC0
cdi-2-9.4.11.v20180605
cdi-2-9.4.10.v20180503
cdi-2-9.4.10.RC1
cdi-2-9.4.10.RC0
cdi-2-9.4.9.v20180320
cdi-2-9.4.8.v20180619
cdi-2-9.4.8.v20171121

How to add a dependency to Maven

Add the following org.eclipse.jetty.cdi : cdi-2 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.eclipse.jetty.cdi</groupId>
    <artifactId>cdi-2</artifactId>
    <version>9.4.19.v20190610</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.eclipse.jetty.cdi : cdi-2 gradle dependency to your build.gradle file:

implementation 'org.eclipse.jetty.cdi:cdi-2:9.4.19.v20190610'

Gradle Kotlin DSL: Add the following org.eclipse.jetty.cdi : cdi-2 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.eclipse.jetty.cdi:cdi-2:9.4.19.v20190610")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.eclipse.jetty.cdi : cdi-2 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.eclipse.jetty.cdi" % "cdi-2" % "9.4.19.v20190610"

Advertisement