Maven Repository - POM file for XML commons-digester 1.8 1.8

Summary

Digester.

The Digester package lets you configure an XML->Java object mapping module which triggers certain actions called rules whenever a particular pattern of nested XML elements is recognized..

Declaration

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

<dependency>
   <groupId>commons-digester</groupId>
   <artifactId>commons-digester</artifactId>
   <version>1.8</version>
</dependency>

If you think this Maven repository POM file listing for commons-digester 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: /LICENSE.txt.

Depends on

The commons-digester-1.8 has 4 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
Logcommons-logging 1.1
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
445
XML Parserxml-apis 1.0.b2
xml-commons provides an Apache-hosted set of DOM, SAX, and JAXP interfaces for use in other xml-based projects. Our hope is that we can standardize on both a common version and packaging scheme for these critical XML standards interfaces to make the lives of both our developers ...
52
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

Depended by

The following table lists the most popular artifacts which are depending on commons-digester-1.8. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
JEEopencms-core 8.0.1
Opencms-core is the JAR-Library for OpenCms. OpenCms is a Content Management System that is based on Open Source Software. Complex Intranet and Internet websites can be quickly and cost-effectively created, maintained and managed.
53
Data Structurecommons-configuration 1.5
Tools to assist in the reading of configuration/preferences files in various formats
55
Data Structurecommons-chain 1.2
An implementation of the GoF Chain of Responsibility pattern
7
JEEopencms-core 8.5.2
Opencms-core is the JAR-Library for OpenCms. OpenCms is a Content Management System that is based on Open Source Software. Complex Intranet and Internet websites can be quickly and cost-effectively created, maintained and managed.
5
Developmenttiles-core 2.0.5
Tiles Core Library, including basic implementation of the APIs.
13
JSPtiles-jsp 2.0.6
Tiles JSP support: Classes and tag libraries to use Tiles in a JSP environment.
16
JSFmyfaces-impl 1.2.9
The private implementation classes of the Apache MyFaces Core JSF/1.2 Implementation
18
JSPtiles-jsp 2.0.4
Tiles JSP support: Classes and tag libraries to use Tiles in a JSP environment.
5
JSPtiles-jsp 2.0.5
Tiles JSP support: Classes and tag libraries to use Tiles in a JSP environment.
13
JEEopencms-core 8.5.0
Opencms-core is the JAR-Library for OpenCms. OpenCms is a Content Management System that is based on Open Source Software. Complex Intranet and Internet websites can be quickly and cost-effectively created, maintained and managed.
28
Data Structurecommons-configuration 1.6
Tools to assist in the reading of configuration/preferences files in various formats
156
JSFmyfaces-impl 1.2.8
The private implementation classes of the Apache MyFaces Core JSF/1.2 Implementation
19
Templatevelocity-tools 1.3
VelocityTools is an integrated collection of Velocity subprojects with the common goal of creating tools and infrastructure to speed and ease development of both web and non-web applications using the Velocity template engine.
13
Web Frameworkcommons-validator 1.4.0
Commons Validator provides the building blocks for both client side validation and server side data validation. It may be used standalone or with a framework like Struts.
16
Data Structurecommons-configuration 1.4
Tools to assist in the reading of configuration/preferences files in various formats
5
Templatevelocity-tools 2.0
VelocityTools is an integrated collection of Velocity subprojects with the common goal of creating tools and infrastructure to speed and ease development of both web and non-web applications using the Velocity template engine.
13
Developmenttiles-core 2.0.6
Tiles Core Library, including basic implementation of the APIs.
18




Plugin

The following plugins are used in the commons-digester-1.8.jar

  1. maven-surefire-plugin
  2. maven-xdoc-plugin

Packages

The following packages are defined in the commons-digester-1.8.jar

org.apache.commons.digester
org.apache.commons.digester.parser
org.apache.commons.digester.plugins
org.apache.commons.digester.plugins.strategies
org.apache.commons.digester.substitution
org.apache.commons.digester.xmlrules




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>commons-digester</groupId>
  <artifactId>commons-digester</artifactId>
  <name>Digester</name>
  <version>1.8</version>
  <description>The Digester package lets you configure an XML->Java object mapping module
    which triggers certain actions called rules whenever a particular 
    pattern of nested XML elements is recognized.</description>
  <url>http://jakarta.apache.org/commons/digester/</url>
  <issueManagement>
    <url>http://issues.apache.org/jira/</url>
  </issueManagement>
  <ciManagement>
    <notifiers>
      <notifier>
        <configuration>
          <address>commons-dev@jakarta.apache.org</address>
        </configuration>
      </notifier>
    </notifiers>
  </ciManagement>
  <inceptionYear>2001</inceptionYear>
  <mailingLists>
    <mailingList>
      <name>Commons Dev List</name>
      <subscribe>commons-dev-subscribe@jakarta.apache.org</subscribe>
      <unsubscribe>commons-dev-unsubscribe@jakarta.apache.org</unsubscribe>
      <archive>http://mail-archives.apache.org/mod_mbox/jakarta-commons-dev/</archive>
    </mailingList>
    <mailingList>
      <name>Commons User List</name>
      <subscribe>commons-user-subscribe@jakarta.apache.org</subscribe>
      <unsubscribe>commons-user-unsubscribe@jakarta.apache.org</unsubscribe>
      <archive>http://mail-archives.apache.org/mod_mbox/jakarta-commons-user/</archive>
    </mailingList>
  </mailingLists>
  
  <contributors>
    <contributor>
      <name>Bradley M. Handy</name>
      <email>bhandy@users.sf.net</email>
    </contributor>
    <contributor>
      <name>Christopher Lenz</name>
      <email></email>
    </contributor>
    <contributor>
      <name>Ted Husted</name>
      <email></email>
    </contributor>
    <contributor>
      <name>David H. Martin</name>
      <email></email>
    </contributor>
    <contributor>
      <name>Henri Chen</name>
      <email></email>
    </contributor>
    <contributor>
      <name>Janek Bogucki</name>
      <email></email>
    </contributor>
    <contributor>
      <name>Mark Huisman</name>
      <email></email>
    </contributor>
    <contributor>
      <name>Paul Jack</name>
      <email></email>
    </contributor>
    <contributor>
      <name>Anton Maslovsky</name>
      <email></email>
    </contributor>
    <contributor>
      <name>Matt Cleveland</name>
      <email></email>
    </contributor>
    <contributor>
      <name>Gabriele Carcassi</name>
      <email></email>
    </contributor>
    <contributor>
      <name>Wendy Smoak</name>
      <email>java@wendysmoak.com</email>
    </contributor>
    <contributor>
      <name>Kevin Ross</name>
      <email>kevin.ross@iverticalleap.com</email>
    </contributor>
  </contributors>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>/LICENSE.txt</url>
    </license>
  </licenses>
  <scm>
    <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/digester/trunk</connection>
    <url>http://svn.apache.org/repos/asf/jakarta/commons/proper/digester/trunk</url>
  </scm>
  <organization>
    <name>The Apache Software Foundation</name>
    <url>http://jakarta.apache.org</url>
  </organization>
  <build>
    <sourceDirectory>src/java</sourceDirectory>
    <testSourceDirectory>src/test</testSourceDirectory>
    <resources>
      <resource>
        <directory>${pom.build.sourceDirectory}</directory>
        <includes>
          <include>**/*.dtd</include>
        </includes>
      </resource>
    </resources>
    <testResources>
      <testResource>
        <directory>${pom.build.unitTestSourceDirectory}</directory>
        <includes>
          <include>**/*.xml</include>
        </includes>
      </testResource>
      <testResource>
        <directory>${pom.build.sourceDirectory}</directory>
        <includes>
          <include>**/*.dtd</include>
        </includes>
      </testResource>
    </testResources>
    <plugins>
      <plugin>
        <artifactId>maven-surefire-plugin</artifactId>
        <configuration>
          <includes>
            <include>**/*Test.java</include>
            <include>**/*TestCase.java</include>
          </includes>
        </configuration>
      </plugin>
      <plugin>
        <artifactId>maven-xdoc-plugin</artifactId>
        <version>1.9.2</version>
        <configuration>
          <comment>&lt;strong>Site Only&lt;/strong> - v1.9.2 (minimum)
              required for building the Digester Site documentation.</comment>
        </configuration>
      </plugin>
    </plugins>
  </build>
  <dependencies>
    <dependency>
      <groupId>commons-beanutils</groupId>
      <artifactId>commons-beanutils</artifactId>
      <version>1.7.0</version>
    </dependency>
    <dependency>
      <groupId>commons-logging</groupId>
      <artifactId>commons-logging</artifactId>
      <version>1.1</version>
    </dependency>
    <dependency>
      <groupId>xml-apis</groupId>
      <artifactId>xml-apis</artifactId>
      <version>1.0.b2</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>3.8.1</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
  <distributionManagement>
    <repository>
      <id>default</id>
      <name>Default Repository</name>
      <url>file:///www/jakarta.apache.org/builds/jakarta-commons/digester/</url>
    </repository>
    <site>
      <id>default</id>
      <name>Default Site</name>
      <url>scp://people.apache.org//www/jakarta.apache.org/commons/digester/</url>
    </site>
    <status>converted</status>
  </distributionManagement>
</project>