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.6</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.6 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.1 Types that extend and augment the Java Collections Framework. | 419 |
Data Structure | commons-lang 2.4 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. | 630 |
Log | commons-logging 1.1.1 Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems. | 1143 |
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 |
XPath | commons-jxpath 1.3 A Java-based implementation of XPath 1.0 that, in addition to XML processing, can inspect/modify Java object graphs (the library's explicit purpose) and even mixed Java/XML structures. | 30 |
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 |
Data Structure | commons-pool 1.4 Commons Object Pooling Library | 43 |
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 table lists the most popular artifacts which are depending on commons-configuration-1.6. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Spring | spring-data-neo4j 3.0.2.RELEASE Neo4j support for Spring Data | 6 |
Document Database | neo4j-server 1.9.M05 Standalone Neo4j server application. | 5 |
Document Database | hbase 0.94.3 HBase is the <a href="http://hadoop.apache.org"&rt;Hadoop</a&rt; database. Use it when you need random, realtime read/write access to your Big Data. This project's goal is the hosting of very large tables -- billions of rows X millions of columns -- atop clusters of commodity hardwar... | 28 |
Document Database | hbase 0.94.14 HBase is the <a href="http://hadoop.apache.org"&rt;Hadoop</a&rt; database. Use it when you need random, realtime read/write access to your Big Data. This project's goal is the hosting of very large tables -- billions of rows X millions of columns -- atop clusters of commodity hardwar... | 8 |
Spring | spring-data-neo4j 2.2.1.RELEASE Neo4j support for Spring Data | 5 |
Document Database | hbase 0.94.6.1 HBase is the <a href="http://hadoop.apache.org"&rt;Hadoop</a&rt; database. Use it when you need random, realtime read/write access to your Big Data. This project's goal is the hosting of very large tables -- billions of rows X millions of columns -- atop clusters of commodity hardwar... | 19 |
Spring | spring-data-neo4j 3.1.2.RELEASE Neo4j support for Spring Data | 6 |
Document Database | neo4j-server 1.8.M05 Standalone Neo4j server application. | 5 |
Development | rexster-core 2.4.0 Core components for extending Rexster. | 7 |
Web Service | ads-lib 1.0.0 Java client library for accessing ads APIs including AdWords, DFA, and DFP. If you want to use this library, you must also include another Maven artifact to specify which framework you would like to use it with. For example, to use AdWords with Axis, you should include the "adwords-axis... | 5 |
Library | blueprints-core 2.4.0 Core interfaces and utilities for Blueprints | 15 |
Document Database | neo4j-server 1.8.M07 Standalone Neo4j server application. | 5 |
Document Database | neo4j-server 1.8.M03 Standalone Neo4j server application. | 5 |
Spring | spring-data-neo4j 2.3.4.RELEASE Neo4j support for Spring Data | 5 |
Development | common 0.4.0 The common framework for client libraries for accessing various Google ads APIs. Users are not expected to list this as a dependency on its own. Instead, there are product specific libraries such as "dfa-lib" and "adwords-lib" that already have this listed as a dependency. | 8 |
Document Database | hbase 0.94.12 HBase is the <a href="http://hadoop.apache.org"&rt;Hadoop</a&rt; database. Use it when you need random, realtime read/write access to your Big Data. This project's goal is the hosting of very large tables -- billions of rows X millions of columns -- atop clusters of commodity hardwar... | 5 |
The following plugins are used in the commons-configuration-1.6.jar
The following packages are defined in the commons-configuration-1.6.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.6</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> <include>PropertyList-1.0.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.1</version> </dependency> <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> <version>2.4</version> </dependency> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <version>1.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.8.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.3</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.4</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>