MVN

org.mortbay.jetty : jboss-jetty

Maven & Gradle

Oct 11, 2011

Jetty :: JBoss

<dependency>
    <groupId>org.mortbay.jetty</groupId>
    <artifactId>jboss-jetty</artifactId>
    <version>7.5.3.v20111011</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 7.5.3.v20111011
  • Latest Release Candidate: 7.5.0.RC2

All Versions

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

Version Vulnerabilities Updated
8.0.x
jboss-jetty-8.0.0.v20110901
jboss-jetty-8.0.0.RC0
jboss-jetty-8.0.0.M3
7.5.x
jboss-jetty-7.5.3.v20111011
jboss-jetty-7.5.2.v20111006
jboss-jetty-7.5.1.v20110908
jboss-jetty-7.5.0.v20110901
jboss-jetty-7.5.0.RC2
jboss-jetty-7.5.0.RC1
jboss-jetty-7.5.0.RC0
7.4.x
jboss-jetty-7.4.5.v20110725
jboss-jetty-7.4.4.v20110707
jboss-jetty-7.4.3.v20110701
jboss-jetty-7.4.2.v20110526
jboss-jetty-7.4.1.v20110513
jboss-jetty-7.4.0.v20110414
jboss-jetty-7.4.0.RC0
7.3.x
jboss-jetty-7.3.1.v20110307
jboss-jetty-7.3.0.v20110203
7.1.x
jboss-jetty-7.1.6.v20100715
jboss-jetty-7.1.5.v20100705
jboss-jetty-7.1.4.v20100610
jboss-jetty-7.1.3.v20100526
jboss-jetty-7.1.2.v20100523
jboss-jetty-7.1.0.v20100505
jboss-jetty-7.1.0.RC1
jboss-jetty-7.1.0.RC0
7.0.x
jboss-jetty-7.0.2.v20100331
jboss-jetty-7.0.1.v20091125
jboss-jetty-7.0.0.v20091005
jboss-jetty-7.0.0.RC6
jboss-jetty-7.0.0.RC5
jboss-jetty-7.0.0.RC4
jboss-jetty-7.0.0.RC3
jboss-jetty-7.0.0.RC2
jboss-jetty-7.0.0.1beta3
jboss-jetty-7.0.0.1beta2

How to add a dependency to Maven

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

<dependency>
    <groupId>org.mortbay.jetty</groupId>
    <artifactId>jboss-jetty</artifactId>
    <version>7.5.3.v20111011</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.mortbay.jetty:jboss-jetty:7.5.3.v20111011'

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

implementation("org.mortbay.jetty:jboss-jetty:7.5.3.v20111011")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.mortbay.jetty" % "jboss-jetty" % "7.5.3.v20111011"