MVN

org.mortbay.jetty : jsp-api

Maven & Gradle

Sep 30, 2006

JSP Specification 2.1 API

<dependency>
    <groupId>org.mortbay.jetty</groupId>
    <artifactId>jsp-api</artifactId>
    <version>2.1-6.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.1-6.0.1

All Versions

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

Version Vulnerabilities Updated
2.1
jsp-api-2.1-6.0.1
jsp-api-2.1-6.0.0
jsp-api-2.1-6.0.0rc4
jsp-api-2.1-6.0.0rc3
jsp-api-2.1-6.0.0rc2
jsp-api-2.1-6.0.0rc1
jsp-api-2.1-6.0.0rc0
jsp-api-2.1-6.0.0beta17
jsp-api-2.1-6.0.0beta16
jsp-api-2.1-6.0.0beta15
jsp-api-2.1-6.0.0beta14
2.0
jsp-api-2.0-6.0.1
jsp-api-2.0-6.0.0
jsp-api-2.0-6.0.0rc4
jsp-api-2.0-6.0.0rc3
jsp-api-2.0-6.0.0rc2
jsp-api-2.0-6.0.0rc1
jsp-api-2.0-6.0.0rc0
jsp-api-2.0-6.0.0beta17
jsp-api-2.0-6.0.0beta16
jsp-api-2.0-6.0.0beta15
jsp-api-2.0-6.0.0beta14

How to add a dependency to Maven

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

<dependency>
    <groupId>org.mortbay.jetty</groupId>
    <artifactId>jsp-api</artifactId>
    <version>2.1-6.0.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.mortbay.jetty:jsp-api:2.1-6.0.1'

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

implementation("org.mortbay.jetty:jsp-api:2.1-6.0.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.mortbay.jetty" % "jsp-api" % "2.1-6.0.1"