Commons Configuration.
Tools to assist in the reading of configuration/preferences files in various formats.
Here is the list of declaration for commons-configuration. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>commons-configuration</groupId> <artifactId>commons-configuration</artifactId> <version>1.5</version> </dependency>
If you think this Maven repository POM file listing for commons-configuration is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:The Apache Software License, Version 2.0
URL: /LICENSE.txt.
The commons-configuration-1.5 has 22 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
Data Structure | commons-collections 3.2 Types that extend and augment the Java Collections Framework. | 366 |
Data Structure | commons-lang 2.3 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. | 132 |
Log | commons-logging 1.1 Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems. | 445 |
XML | commons-digester 1.8 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. | 40 |
Data Structure | commons-codec 1.3 The codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities. | 348 |
Data Structure | commons-jxpath 1.2 A package of Java utility methods for accessing and modifying object properties | 16 |
XML Parser | xml-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 |
Network | mail 1.4 The JavaMail API provides a platform-independent and protocol-independent framework to build mail and messaging applications. | 461 |
Database | commons-dbcp 1.2.2 Commons Database Connection Pooling | 148 |
JUnit | junit 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 |
The following plugins are used in the commons-configuration-1.5.jar
The following packages are defined in the commons-configuration-1.5.jar
org.apache.commons.configuration org.apache.commons.configuration.beanutils org.apache.commons.configuration.event org.apache.commons.configuration.interpol org.apache.commons.configuration.plist org.apache.commons.configuration.reloading org.apache.commons.configuration.tree org.apache.commons.configuration.tree.xpath org.apache.commons.configuration.web
Here is the content of the POM file.
<?xml version="1.0" encoding="UTF-8"?><project> <modelVersion>4.0.0</modelVersion> <groupId>commons-configuration</groupId> <artifactId>commons-configuration</artifactId> <name>Commons Configuration</name> <version>1.5</version> <description>Tools to assist in the reading of configuration/preferences files in various formats</description> <url>http://commons.apache.org/${pom.artifactId.substring(8)}/</url> <issueManagement> <url>http://issues.apache.org/jira/browse/CONFIGURATION</url> </issueManagement> <ciManagement> <notifiers> <notifier> <configuration> <address>dev@commons.apache.org</address> </configuration> </notifier> </notifiers> </ciManagement> <inceptionYear>2001</inceptionYear> <mailingLists> <mailingList> <name>Commons Dev List</name> <subscribe>dev-subscribe@commons.apache.org</subscribe> <unsubscribe>dev-unsubscribe@commons.apache.org</unsubscribe> <archive>http://mail-archives.apache.org/mod_mbox/commons-dev/</archive> </mailingList> <mailingList> <name>Commons User List</name> <subscribe>user-subscribe@commons.apache.org</subscribe> <unsubscribe>user-unsubscribe@commons.apache.org</unsubscribe> <archive>http://mail-archives.apache.org/mod_mbox/commons-user/</archive> </mailingList> </mailingLists> <contributors> <contributor> <name>Konstantin Shaposhnikov</name> <email>ksh@scand.com</email> <organization>scand.com</organization> </contributor> <contributor> <name>Jamie M. Guillemette</name> <email>JMGuillemette@gmail.com</email> <organization>TD Bank</organization> </contributor> <contributor> <name>Jorge Ferrer</name> <email>jorge.ferrer@gmail.com</email> <organization></organization> </contributor> <contributor> <name>Gabriele Garuglieri</name> <email>gabriele.garuglieri@infoblu.it</email> <organization>Infoblu S.p.A</organization> </contributor> <contributor> <name>Nicolas De Loof</name> <email>nicolas.deloof@gmail.com</email> <organization>Cap Gemini</organization> </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/commons/proper/${pom.artifactId.substring(8)}/trunk</connection> <url>http://svn.apache.org/repos/asf/commons/proper/${pom.artifactId.substring(8)}/trunk</url> </scm> <organization> <name>The Apache Software Foundation</name> <url>http://commons.apache.org/</url> </organization> <build> <sourceDirectory>src/java</sourceDirectory> <testSourceDirectory>src/test</testSourceDirectory> <resources> <resource> <directory>conf</directory> <includes> <include>digesterRules.xml</include> <include>properties.dtd</include> </includes> </resource> <resource> <targetPath>META-INF</targetPath> <directory>${basedir}</directory> <includes> <include>NOTICE.txt</include> </includes> </resource> </resources> <testResources> <testResource> <directory>conf</directory> <includes> <include>*.xml</include> </includes> </testResource> <testResource> <directory>conf</directory> <includes> <include>testClasspath.properties</include> <include>testdb.script</include> <include>*.properties</include> <include>*.dtd</include> </includes> </testResource> <testResource> <targetPath>org/apache/commons/configuration</targetPath> <directory>conf</directory> <includes> <include>test.properties</include> <include>include.properties</include> </includes> </testResource> <testResource> <targetPath>config</targetPath> <directory>conf/config</directory> <includes> <include>**/*.properties</include> </includes> </testResource> </testResources> <plugins> <plugin> <artifactId>maven-surefire-plugin</artifactId> <configuration> <includes> <include>**/*Test*.java</include> </includes> <excludes> <exclude>**/TestBasePropertiesConfiguration.java</exclude> <exclude>**/NonStringTestHolder.java</exclude> <exclude>**/TestAbstractConfiguration.java</exclude> <exclude>**/AbstractXPathTest.java</exclude> <exclude>**/AbstractCombinerTest.java</exclude> <exclude>**/AbstractTestConfigurationEvents.java</exclude> <exclude>**/AbstractTestFileConfigurationEvents.java</exclude> <exclude>**/AbstractTestPListEvents.java</exclude> <exclude>**/InterpolationTestHelper.java</exclude> </excludes> </configuration> </plugin> <plugin> <groupId>maven-plugins</groupId> <artifactId>maven-tasks-plugin</artifactId> <version>1.1.0</version> <configuration /> </plugin> <plugin> <groupId>maven-plugins</groupId> <artifactId>maven-findbugs-plugin</artifactId> <version>1.4</version> <configuration /> </plugin> <plugin> <artifactId>maven-checkstyle-plugin</artifactId> <version>3.0.1</version> <configuration /> </plugin> <plugin> <groupId>maven-plugins</groupId> <artifactId>maven-cobertura-plugin</artifactId> <version>1.2</version> <configuration /> </plugin> <plugin> <artifactId>maven-changes-plugin</artifactId> <version>1.6</version> <configuration> <comment><strong>Site Only</strong> - v1.6 (minimum) required for building the site documentation.</comment> </configuration> </plugin> <plugin> <artifactId>maven-xdoc-plugin</artifactId> <version>1.8</version> <configuration> <comment><strong>Site Only</strong> - v1.8 (minimum) required for building the site documentation.</comment> </configuration> </plugin> <plugin> <artifactId>maven-scm-plugin</artifactId> <version>1.5</version> <configuration> <comment><strong>Site Only</strong> - v1.5 (minimum)</comment> </configuration> </plugin> <plugin> <artifactId>maven-jdiff-plugin</artifactId> <version>1.5</version> <configuration> <comment><strong>Site Only</strong> - v1.5 (minimum)</comment> </configuration> </plugin> <plugin> <artifactId>maven-javadoc-plugin</artifactId> <version>1.8</version> <configuration> <comment><strong>Site Only</strong> - v1.8 (minimum)</comment> </configuration> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>commons-collections</groupId> <artifactId>commons-collections</artifactId> <version>3.2</version> </dependency> <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> <version>2.3</version> </dependency> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <version>1.1</version> </dependency> <dependency> <groupId>commons-digester</groupId> <artifactId>commons-digester</artifactId> <version>1.8</version> </dependency> <dependency> <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils-core</artifactId> <version>1.7.0</version> </dependency> <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> <version>1.3</version> <optional>true</optional> </dependency> <dependency> <groupId>commons-jxpath</groupId> <artifactId>commons-jxpath</artifactId> <version>1.2</version> <optional>true</optional> </dependency> <dependency> <groupId>xerces</groupId> <artifactId>xercesImpl</artifactId> <version>2.3.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>xalan</groupId> <artifactId>xalan</artifactId> <version>2.7.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>xml-apis</groupId> <artifactId>xml-apis</artifactId> <version>1.0.b2</version> <scope>provided</scope> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> <version>2.4</version> <optional>true</optional> </dependency> <dependency> <groupId>javax.mail</groupId> <artifactId>mail</artifactId> <version>1.4</version> <optional>true</optional> </dependency> <dependency> <groupId>ant</groupId> <artifactId>ant</artifactId> <version>1.6.5</version> <optional>true</optional> </dependency> <dependency> <groupId>commons-dbcp</groupId> <artifactId>commons-dbcp</artifactId> <version>1.2.2</version> <scope>test</scope> </dependency> <dependency> <groupId>commons-pool</groupId> <artifactId>commons-pool</artifactId> <version>1.1</version> <scope>test</scope> </dependency> <dependency> <groupId>hsqldb</groupId> <artifactId>hsqldb</artifactId> <version>1.7.2.2</version> <scope>test</scope> </dependency> <dependency> <groupId>dbunit</groupId> <artifactId>dbunit</artifactId> <version>2.1</version> <scope>test</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>3.8.1</version> <scope>test</scope> </dependency> <dependency> <groupId>junit-addons</groupId> <artifactId>junit-addons</artifactId> <version>1.4</version> <scope>test</scope> </dependency> <dependency> <groupId>mockobjects</groupId> <artifactId>mockobjects-core</artifactId> <version>0.09</version> <scope>test</scope> </dependency> <dependency> <groupId>mockobjects</groupId> <artifactId>mockobjects-jdk1.4-j2ee1.3</artifactId> <version>0.09</version> <scope>test</scope> </dependency> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.2.8</version> <scope>test</scope> </dependency> </dependencies> <distributionManagement> <repository> <id>default</id> <name>Default Repository</name> <url>www.apache.org//www/www.apache.org/dist/java-repository/</url> </repository> <site> <id>default</id> <name>Default Site</name> <url>scp://people.apache.org//www/commons.apache.org/${pom.artifactId.substring(8)}/</url> </site> <status>converted</status> </distributionManagement> </project>