Download jsp-api-6.0.39.jar file

Introduction

You can download jsp-api-6.0.39.jar in this page.

License

Open Source License

Type List

jsp-api-6.0.39.jar file has the following types.

META-INF/LICENSE
META-INF/MANIFEST.MF
META-INF/NOTICE
javax.servlet.jsp.ErrorData.class
javax.servlet.jsp.HttpJspPage.class
javax.servlet.jsp.JspApplicationContext.class
javax.servlet.jsp.JspContext.class
javax.servlet.jsp.JspEngineInfo.class
javax.servlet.jsp.JspException.class
javax.servlet.jsp.JspFactory.class
javax.servlet.jsp.JspPage.class
javax.servlet.jsp.JspTagException.class
javax.servlet.jsp.JspWriter.class
javax.servlet.jsp.PageContext.class
javax.servlet.jsp.SkipPageException.class
javax.servlet.jsp.el.ELException.class
javax.servlet.jsp.el.ELParseException.class
javax.servlet.jsp.el.Expression.class
javax.servlet.jsp.el.ExpressionEvaluator.class
javax.servlet.jsp.el.FunctionMapper.class
javax.servlet.jsp.el.ImplicitObjectELResolver.class
javax.servlet.jsp.el.ScopedAttributeELResolver.class
javax.servlet.jsp.el.VariableResolver.class
javax.servlet.jsp.tagext.BodyContent.class
javax.servlet.jsp.tagext.BodyTag.class
javax.servlet.jsp.tagext.BodyTagSupport.class
javax.servlet.jsp.tagext.DynamicAttributes.class
javax.servlet.jsp.tagext.FunctionInfo.class
javax.servlet.jsp.tagext.IterationTag.class
javax.servlet.jsp.tagext.JspFragment.class
javax.servlet.jsp.tagext.JspIdConsumer.class
javax.servlet.jsp.tagext.JspTag.class
javax.servlet.jsp.tagext.PageData.class
javax.servlet.jsp.tagext.SimpleTag.class
javax.servlet.jsp.tagext.SimpleTagSupport.class
javax.servlet.jsp.tagext.Tag.class
javax.servlet.jsp.tagext.TagAdapter.class
javax.servlet.jsp.tagext.TagAttributeInfo.class
javax.servlet.jsp.tagext.TagData.class
javax.servlet.jsp.tagext.TagExtraInfo.class
javax.servlet.jsp.tagext.TagFileInfo.class
javax.servlet.jsp.tagext.TagInfo.class
javax.servlet.jsp.tagext.TagLibraryInfo.class
javax.servlet.jsp.tagext.TagLibraryValidator.class
javax.servlet.jsp.tagext.TagSupport.class
javax.servlet.jsp.tagext.TagVariableInfo.class
javax.servlet.jsp.tagext.TryCatchFinally.class
javax.servlet.jsp.tagext.ValidationMessage.class
javax.servlet.jsp.tagext.VariableInfo.class
javax/servlet/jsp/resources/jsp_2_0.xsd
javax/servlet/jsp/resources/jsp_2_1.xsd
javax/servlet/jsp/resources/jspxml.dtd
javax/servlet/jsp/resources/jspxml.xsd
javax/servlet/jsp/resources/web-jsptaglibrary_1_1.dtd
javax/servlet/jsp/resources/web-jsptaglibrary_1_2.dtd
javax/servlet/jsp/resources/web-jsptaglibrary_2_0.xsd
javax/servlet/jsp/resources/web-jsptaglibrary_2_1.xsd

Pom

jsp-api-6.0.39.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<!--
  Licensed to the Apache Software Foundation (ASF) under one or more
  contributor license agreements.  See the NOTICE file distributed with
  this work for additional information regarding copyright ownership.
  The ASF licenses this file to You under the Apache License, Version 2.0
  (the "License"); you may not use this file except in compliance with
  the License.  You may obtain a copy of the License at

      http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
-->
<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.apache.tomcat</groupId>
  <artifactId>jsp-api</artifactId>
  <version>6.0.39</version>
  <description>JSP package</description>
  <url>http://tomcat.apache.org/</url>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <dependencies>
    <dependency>
      <groupId>org.apache.tomcat</groupId>
      <artifactId>el-api</artifactId>
      <version>6.0.39</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.tomcat</groupId>
      <artifactId>servlet-api</artifactId>
      <version>6.0.39</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.apache.tomcat</groupId>
   <artifactId>jsp-api</artifactId>
   <version>6.0.39</version>
</dependency>

Download

If you think the following jsp-api-6.0.39.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download jsp-api-6.0.39.jar file




PreviousNext

Related