Maven Repository - POM file for Jetty javax.servlet.jsp.jstl 1.2.0.v201105211821 1.2.0.v201105211821

Summary

Jetty Orbit :: JSP JSTL.

This artifact originates from the Orbit Project at Eclipse, it is an osgi bundle and is signed as well..

Declaration

Here is the list of declaration for javax.servlet.jsp.jstl. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.eclipse.jetty.orbit</groupId>
   <artifactId>javax.servlet.jsp.jstl</artifactId>
   <version>1.2.0.v201105211821</version>
</dependency>

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





Depended by

The following table lists the most popular artifacts which are depending on javax.servlet.jsp.jstl-1.2.0.v201105211821. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Jettyorg.apache.taglibs.standard.glassfish 1.2.0.v201112081803
This artifact originates from the Orbit Project at Eclipse, it is an osgi bundle and is signed as well.
7

Packages

The following packages are defined in the javax.servlet.jsp.jstl-1.2.0.v201105211821.jar

javax.servlet.jsp.jstl.core
javax.servlet.jsp.jstl.fmt
javax.servlet.jsp.jstl.sql
javax.servlet.jsp.jstl.tlv

POM File Source

Here is the content of the POM file.

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  <parent>
    <groupId>org.eclipse.jetty.orbit</groupId>
    <artifactId>jetty-orbit</artifactId>
    <version>1</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.eclipse.jetty.orbit</groupId>
  <artifactId>javax.servlet.jsp.jstl</artifactId>
  <version>1.2.0.v201105211821</version>
  <name>Jetty Orbit :: JSP JSTL</name>
  <description>
    This artifact originates from the Orbit Project at Eclipse, 
    it is an osgi bundle and is signed as well.
  </description>
  <packaging>orbit</packaging>
  <dependencies>
    <dependency>
      <groupId>org.eclipse.jetty.orbit</groupId>
      <artifactId>javax.servlet</artifactId>
      <version>2.5.0.v201103041518</version>
    </dependency>
    <dependency>
      <groupId>org.eclipse.jetty.orbit</groupId>
      <artifactId>javax.servlet.jsp</artifactId>
      <version>2.1.0.v201105211820</version>
    </dependency>
  </dependencies>
</project>