MVN

org.apache.openwebbeans : openwebbeans-jetty9

Maven & Gradle

May 24, 2022
51 stars

Jetty 9 plugin · Apache OpenWebBeans Jetty 9 Web Profile

<dependency>
    <groupId>org.apache.openwebbeans</groupId>
    <artifactId>openwebbeans-jetty9</artifactId>
    <version>2.0.27</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.openwebbeans : openwebbeans-jetty9 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.27

All Versions

Choose a version of org.apache.openwebbeans : openwebbeans-jetty9 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
openwebbeans-jetty9-2.0.27
openwebbeans-jetty9-2.0.26
openwebbeans-jetty9-2.0.25
openwebbeans-jetty9-2.0.24
openwebbeans-jetty9-2.0.23
openwebbeans-jetty9-2.0.22
openwebbeans-jetty9-2.0.21
openwebbeans-jetty9-2.0.20
openwebbeans-jetty9-2.0.19
openwebbeans-jetty9-2.0.18
openwebbeans-jetty9-2.0.17
openwebbeans-jetty9-2.0.16
openwebbeans-jetty9-2.0.15
openwebbeans-jetty9-2.0.14
openwebbeans-jetty9-2.0.13
openwebbeans-jetty9-2.0.12
openwebbeans-jetty9-2.0.11

How to add a dependency to Maven

Add the following org.apache.openwebbeans : openwebbeans-jetty9 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.openwebbeans</groupId>
    <artifactId>openwebbeans-jetty9</artifactId>
    <version>2.0.27</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.openwebbeans : openwebbeans-jetty9 gradle dependency to your build.gradle file:

implementation 'org.apache.openwebbeans:openwebbeans-jetty9:2.0.27'

Gradle Kotlin DSL: Add the following org.apache.openwebbeans : openwebbeans-jetty9 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.openwebbeans:openwebbeans-jetty9:2.0.27")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.openwebbeans : openwebbeans-jetty9 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.openwebbeans" % "openwebbeans-jetty9" % "2.0.27"