MVN

jetty : org.jboss.jetty

Maven & Gradle

Sep 20, 2005
<dependency>
    <groupId>jetty</groupId>
    <artifactId>org.jboss.jetty</artifactId>
    <version>5.0.RC0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 5.0.RC0
  • Latest Release Candidate: 5.0.RC0

All Versions

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

Version Vulnerabilities Updated
5.0.x
org.jboss.jetty-5.0.RC0

How to add a dependency to Maven

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

<dependency>
    <groupId>jetty</groupId>
    <artifactId>org.jboss.jetty</artifactId>
    <version>5.0.RC0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following jetty : org.jboss.jetty gradle dependency to your build.gradle file:

implementation 'jetty:org.jboss.jetty:5.0.RC0'

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

implementation("jetty:org.jboss.jetty:5.0.RC0")

How to add a dependency to SBT Scala

SBT Scala: Add the following jetty : org.jboss.jetty sbt scala dependency to your build.sbt file:

libraryDependencies += "jetty" % "org.jboss.jetty" % "5.0.RC0"

Advertisement

Dependencies from Group

Dec 31, 2006
78 usages
Oct 25, 2007
59 usages
Dec 01, 2006
7 usages
Sep 20, 2005
7 usages
Sep 20, 2005
7 usages

Discover Dependencies

Sep 20, 2005
80 usages
May 20, 2010
1 usages
Jul 13, 2009
1 usages
Aug 15, 2013
32 usages
Jun 14, 2010
14 usages
Sep 25, 2012
1 usages
Aug 27, 2014
7 stars
May 12, 2006