MVN

javax.servlet.jsp : jsp-api

Maven & Gradle

Jan 10, 2011
1.2k usages

JavaServer Pages(TM) API

<dependency>
    <groupId>javax.servlet.jsp</groupId>
    <artifactId>jsp-api</artifactId>
    <version>2.2.1-b03</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.2.1-b03

All Versions

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

Version Vulnerabilities Updated
2.2.x
jsp-api-2.2.1-b03
jsp-api-2.2.1-b02
jsp-api-2.2.1-b01
2.2
jsp-api-2.2
2.1.x
jsp-api-2.1.3-b02
jsp-api-2.1.3-b03
jsp-api-2.1.3-b04
jsp-api-2.1.3-b05
jsp-api-2.1.3-b06
jsp-api-2.1.3-b01
jsp-api-2.1.2
jsp-api-2.1.1
2.1
jsp-api-2.1-rev-1
jsp-api-2.1
2.0
jsp-api-2.0

How to add a dependency to Maven

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

<dependency>
    <groupId>javax.servlet.jsp</groupId>
    <artifactId>jsp-api</artifactId>
    <version>2.2.1-b03</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'javax.servlet.jsp:jsp-api:2.2.1-b03'

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

implementation("javax.servlet.jsp:jsp-api:2.2.1-b03")

How to add a dependency to SBT Scala

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

libraryDependencies += "javax.servlet.jsp" % "jsp-api" % "2.2.1-b03"

Advertisement

Dependencies from Group

Jan 10, 2011
1.2k usages
Aug 01, 2018
916 usages
21 stars

Discover Dependencies

May 05, 2014
63 usages
1.5k stars
Dec 21, 2011
47 usages
Sep 20, 2005
308 usages
Aug 01, 2014
32 usages
Dec 31, 2014
1.2k usages
Feb 22, 2013
67 usages
Aug 03, 2011
78 usages
Jun 08, 2014
170 stars