Maven Repository - POM file for JSP extremecomponents 1.0.1 1.0.1

Summary

eXtremeComponents.

eXtremeComponents is a jsp dynamically generated table..

Declaration

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

<dependency>
   <groupId>org.extremecomponents</groupId>
   <artifactId>extremecomponents</artifactId>
   <version>1.0.1</version>
</dependency>

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

License

Name:The Apache Software License, Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.

Depends on

The extremecomponents-1.0.1 has 14 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
Data Structurecommons-collections 3.0
Types that extend and augment the Java Collections Framework.
14
Data Structurecommons-lang 2.0
Commons.Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang.
26
Logcommons-logging 1.0.4
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
273
JUnitjunit 3.8.1
JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.
1966
Servletservletapi 2.3
Java Servlet technology provides Web developers with a simple, consistent mechanism for extending the functionality of a Web server and for accessing existing business systems.
20




Packages

The following packages are defined in the extremecomponents-1.0.1.jar

org.extremecomponents.table.bean
org.extremecomponents.table.calc
org.extremecomponents.table.callback
org.extremecomponents.table.cell
org.extremecomponents.table.context
org.extremecomponents.table.core
org.extremecomponents.table.filter
org.extremecomponents.table.handler
org.extremecomponents.table.interceptor
org.extremecomponents.table.limit
org.extremecomponents.table.resource
org.extremecomponents.table.state
org.extremecomponents.table.tag
org.extremecomponents.table.view
org.extremecomponents.table.view.html
org.extremecomponents.table.view.html.toolbar
org.extremecomponents.test
org.extremecomponents.tree
org.extremecomponents.util




POM File Source

Here is the content of the POM file.

<project>
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.extremecomponents</groupId>
    <artifactId>extremecomponents</artifactId>
    <name>eXtremeComponents</name>
    <version>1.0.1</version>
    <inceptionYear>2004</inceptionYear>
    <url>http://extremecomponents.org</url>
    <description>eXtremeComponents is a jsp dynamically generated table.</description>
  <organization>
        <name>sourceforge</name>
        <url>http://sourceforge.net</url>
    </organization>
    <issueManagement>
      <system>jira</system>
      <url>http://extremecomponents.org/jira/browse/ET</url>
    </issueManagement>
    <licenses>
      <license>
        <name>The Apache Software License, Version 2.0</name>
        <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
        <distribution>repo</distribution>
      </license>
    </licenses>
    <dependencies>
        <dependency>
            <groupId>avalon-framework</groupId>
            <artifactId>avalon-framework</artifactId>
            <version>4.0</version>
            <optional>true</optional>
        </dependency>
        <dependency>
            <groupId>batik</groupId>
            <artifactId>batik</artifactId>
            <version>1.5-fop-0.20-5</version>
            <optional>true</optional>
        </dependency>
        <dependency>
            <groupId>commons-beanutils</groupId>
            <artifactId>commons-beanutils</artifactId>
            <version>1.7.0</version>
        </dependency>
        <dependency>
            <groupId>commons-collections</groupId>
            <artifactId>commons-collections</artifactId>
            <version>3.0</version>
        </dependency>
        <dependency>
            <groupId>commons-lang</groupId>
            <artifactId>commons-lang</artifactId>
            <version>2.0</version>
        </dependency>
        <dependency>
            <groupId>commons-logging</groupId>
            <artifactId>commons-logging</artifactId>
            <version>1.0.4</version>
        </dependency>
        <dependency>
            <groupId>fop</groupId>
            <artifactId>fop</artifactId>
            <version>0.20.5</version>
            <optional>true</optional>
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>3.8.1</version>
            <scope>test</scope>
        </dependency>
       <dependency>
            <groupId>poi</groupId>
            <artifactId>poi</artifactId>
            <version>2.5.1</version>
            <optional>true</optional>
        </dependency>
        <dependency>
            <groupId>servletapi</groupId>
            <artifactId>servletapi</artifactId>
            <version>2.3</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>taglibs</groupId>
            <artifactId>standard</artifactId>
            <version>1.0.2</version>
        </dependency>
        <dependency>
            <groupId>xalan</groupId>
            <artifactId>xalan</artifactId>
            <version>2.5.1</version>
            <optional>true</optional>
        </dependency>
        <dependency>
            <groupId>xerces</groupId>
            <artifactId>xercesImpl</artifactId>
            <version>2.6.1</version>
            <optional>true</optional>
        </dependency>
        <dependency>
            <groupId>xml-apis</groupId>
            <artifactId>xml-apis</artifactId>
            <version>2.0.2</version>
            <optional>true</optional>
        </dependency>
    </dependencies>
</project>