Download tomcat-jsp-api-7.0.54.jar file

Introduction

You can download tomcat-jsp-api-7.0.54.jar in this page.

License

Apache License, Version 2.0 and Common Development And Distribution License (CDDL) Version 1.0

Type List

tomcat-jsp-api-7.0.54.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/jsp_2_2.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

tomcat-jsp-api-7.0.54.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>tomcat-jsp-api</artifactId>
  <version>7.0.54</version>
  <description>JSP package</description>
  <url>http://tomcat.apache.org/</url>
  <licenses>
    <license>
      <name>
        Apache License, Version 2.0 and
        Common Development And Distribution License (CDDL) Version 1.0
      </name>
      <url>
        http://www.apache.org/licenses/LICENSE-2.0.txt and
        http://www.opensource.org/licenses/cddl1.txt
      </url>
      <distribution>repo</distribution>
      <comments>
        The Apache License, version 2.0 applies to all files apart from
        jsp_2_2.xsd to which the CDDL version 1.0 applies.
      </comments>
    </license>
  </licenses>
  <dependencies>
    <dependency>
      <groupId>org.apache.tomcat</groupId>
      <artifactId>tomcat-el-api</artifactId>
      <version>7.0.54</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.tomcat</groupId>
      <artifactId>tomcat-servlet-api</artifactId>
      <version>7.0.54</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

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

Download

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



Download tomcat-jsp-api-7.0.54.jar file




PreviousNext

Related