Maven Repository - POM file for JSP jasper-el 6.0.14 6.0.14

Summary

Jasper Expression Language Impl.

Declaration

Here is the list of declaration for jasper-el. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.apache.tomcat</groupId>
   <artifactId>jasper-el</artifactId>
   <version>6.0.14</version>
</dependency>

If you think this Maven repository POM file listing for jasper-el is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Packages

The following packages are defined in the jasper-el-6.0.14.jar

org.apache.el
org.apache.el.lang
org.apache.el.parser
org.apache.el.util




POM File Source

Here is the content of the POM file.

<?xml version="1.0" encoding="UTF-8"?><project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.apache.tomcat</groupId>
  <artifactId>jasper-el</artifactId>
  <version>6.0.14</version>
  <description>Jasper Expression Language Impl</description>
  <dependencies>
    <dependency>
      <groupId>org.apache.tomcat</groupId>
      <artifactId>el-api</artifactId>
      <version>6.0.14</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>