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

Jar examples for j:jsp-api

Description

JSP package

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

License

Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

jsp-api-6.0.35.jar
jsp-api-6.0.35.pom



Related Tutorials