Download jsp-api-2.1.jar file - Jar j

Jar examples for j:jsp-api

Description

JSP package

You can download jar file jsp-api 2.1 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add jsp-api-2.1.jar to your project.

<dependency>
   <groupId>javax.servlet.jsp</groupId>
   <artifactId>jsp-api</artifactId>
   <version>2.1</version>
</dependency>
compile group: 'javax.servlet.jsp', name: 'jsp-api', version: '2.1'
libraryDependencies += "javax.servlet.jsp" % "jsp-api" % "2.1"
<dependency org="javax.servlet.jsp" name="jsp-api" rev="2.1"/>
@Grapes(@Grab(group='javax.servlet.jsp', module='jsp-api', version='2.1'))
'javax.servlet.jsp:jsp-api:jar:2.1'

Download

Click the following link to download the jar file.

jsp-api-2.1-sources.jar
jsp-api-2.1.jar
jsp-api-2.1.pom



Related Tutorials