MVN

jetty : servlet-api

Maven & Gradle

Dec 01, 2006
7 usages
<dependency>
    <groupId>jetty</groupId>
    <artifactId>servlet-api</artifactId>
    <version>2.5-6.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.5-6.0.2

All Versions

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

Version Vulnerabilities Updated
2.5
servlet-api-2.5-6.0.2
servlet-api-2.5-6.0.1
servlet-api-2.5-6.0.0
servlet-api-2.5-6.0.0rc4
servlet-api-2.5-6.0.0rc3
servlet-api-2.5-6.0.0rc2
servlet-api-2.5-6.0.0rc1
servlet-api-2.5-6.0.0rc0
servlet-api-2.5-6.0.0beta17
servlet-api-2.5-6.0.0beta16
servlet-api-2.5-6.0.0beta15
servlet-api-2.5-6.0.0beta14
servlet-api-2.5-6.0.0beta12
servlet-api-2.5-6.0.0beta11
servlet-api-2.5-6.0.0beta10
servlet-api-2.5-6.0.0beta9
servlet-api-2.5-6.0.0beta6
servlet-api-2.5-6.0.0beta5
servlet-api-2.5-6.0.0beta2
servlet-api-2.5-6.0.0beta1

How to add a dependency to Maven

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

<dependency>
    <groupId>jetty</groupId>
    <artifactId>servlet-api</artifactId>
    <version>2.5-6.0.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'jetty:servlet-api:2.5-6.0.2'

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

implementation("jetty:servlet-api:2.5-6.0.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "jetty" % "servlet-api" % "2.5-6.0.2"

Advertisement