MVN

jetty : jetty-xbean

Maven & Gradle

Dec 01, 2006
<dependency>
    <groupId>jetty</groupId>
    <artifactId>jetty-xbean</artifactId>
    <version>6.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of jetty : jetty-xbean to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.0.2

All Versions

Choose a version of jetty : jetty-xbean to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.0.x
jetty-xbean-6.0.2
jetty-xbean-6.0.1
jetty-xbean-6.0.0
jetty-xbean-6.0.0rc4
jetty-xbean-6.0.0rc3
jetty-xbean-6.0.0rc2
jetty-xbean-6.0.0rc1
jetty-xbean-6.0.0rc0
jetty-xbean-6.0.0beta17
jetty-xbean-6.0.0beta16
jetty-xbean-6.0.0beta15
jetty-xbean-6.0.0beta14

How to add a dependency to Maven

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

<dependency>
    <groupId>jetty</groupId>
    <artifactId>jetty-xbean</artifactId>
    <version>6.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following jetty : jetty-xbean gradle dependency to your build.gradle file:

implementation 'jetty:jetty-xbean:6.0.2'

Gradle Kotlin DSL: Add the following jetty : jetty-xbean gradle kotlin dependency to your build.gradle.kts file:

implementation("jetty:jetty-xbean:6.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following jetty : jetty-xbean sbt scala dependency to your build.sbt file:

libraryDependencies += "jetty" % "jetty-xbean" % "6.0.2"