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

Jar examples for j:jsp-api

Description

JSP package

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

License

Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

jsp-api-2.0-sources.jar
jsp-api-2.0.jar
jsp-api-2.0.pom



Related Tutorials