MVN

jetty : javax.servlet

Maven & Gradle

Dec 01, 2006
<dependency>
    <groupId>jetty</groupId>
    <artifactId>javax.servlet</artifactId>
    <version>5.1.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of jetty : javax.servlet to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.1.12

All Versions

Choose a version of jetty : javax.servlet to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.1.x
javax.servlet-5.1.12
javax.servlet-5.1.11

How to add a dependency to Maven

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

<dependency>
    <groupId>jetty</groupId>
    <artifactId>javax.servlet</artifactId>
    <version>5.1.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following jetty : javax.servlet gradle dependency to your build.gradle file:

implementation 'jetty:javax.servlet:5.1.12'

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

implementation("jetty:javax.servlet:5.1.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following jetty : javax.servlet sbt scala dependency to your build.sbt file:

libraryDependencies += "jetty" % "javax.servlet" % "5.1.12"

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
7 usages
Sep 20, 2005
7 usages
Sep 25, 2015
Sep 20, 2005
Sep 20, 2005
May 19, 2010
2 usages
May 19, 2010
3 usages
Feb 10, 2006
Sep 20, 2005