Apache Commons Configuration

Tools to assist in the reading of configuration/preferences files in various formats

License

License

Categories

Categories

Configuration Application Layer Libs config
GroupId

GroupId

com.melloware
ArtifactId

ArtifactId

commons-configuration2
Last Version

Last Version

2.8.0
Release Date

Release Date

Type

Type

jar
Description

Description

Apache Commons Configuration
Tools to assist in the reading of configuration/preferences files in various formats
Project URL

Project URL

https://commons.apache.org/proper/commons-configuration/
Source Code Management

Source Code Management

https://github.com/melloware/commons-configuration2

Download commons-configuration2

How to add to project

<!-- https://jarcasting.com/artifacts/com.melloware/commons-configuration2/ -->
<dependency>
    <groupId>com.melloware</groupId>
    <artifactId>commons-configuration2</artifactId>
    <version>2.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.melloware/commons-configuration2/
implementation 'com.melloware:commons-configuration2:2.8.0'
// https://jarcasting.com/artifacts/com.melloware/commons-configuration2/
implementation ("com.melloware:commons-configuration2:2.8.0")
'com.melloware:commons-configuration2:jar:2.8.0'
<dependency org="com.melloware" name="commons-configuration2" rev="2.8.0">
  <artifact name="commons-configuration2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.melloware', module='commons-configuration2', version='2.8.0')
)
libraryDependencies += "com.melloware" % "commons-configuration2" % "2.8.0"
[com.melloware/commons-configuration2 "2.8.0"]

Dependencies

compile (14)

Group / Artifact Type Version
org.apache.commons : commons-lang3 jar 3.12.0
org.apache.commons : commons-text jar 1.9
commons-logging : commons-logging jar 1.2
com.melloware : commons-beanutils2 Optional jar 2.0.0
commons-codec : commons-codec Optional jar 1.15
org.apache.commons : commons-jexl Optional jar 2.1.1
org.apache.commons : commons-vfs2 Optional jar 2.7.0
commons-jxpath : commons-jxpath Optional jar 1.3
xml-resolver : xml-resolver Optional jar 1.2
org.springframework : spring-core Optional jar 4.3.30.RELEASE
org.springframework : spring-beans Optional jar 4.3.30.RELEASE
org.yaml : snakeyaml Optional jar 1.28
com.fasterxml.jackson.core : jackson-databind Optional jar 2.12.2
log4j : log4j Optional jar 1.2.17

provided (1)

Group / Artifact Type Version
javax.servlet : servlet-api jar 2.5

test (16)

Group / Artifact Type Version
org.springframework : spring-context Optional jar 4.3.30.RELEASE
org.springframework : spring-test Optional jar 4.3.30.RELEASE
org.apache.commons : commons-dbcp2 jar 2.8.0
org.apache.commons : commons-pool2 jar 2.9.0
org.hsqldb : hsqldb jar 2.5.1
org.dbunit : dbunit jar 2.7.0
junit : junit jar 4.13.2
junit-addons : junit-addons jar 1.4
mockobjects : mockobjects-core jar 0.09
mockobjects : mockobjects-jdk1.4-j2ee1.3 jar 0.09
org.easymock : easymock jar 4.2
com.sun.mail : mailapi jar 1.6.5
org.slf4j : slf4j-api jar 1.7.30
org.slf4j : slf4j-ext jar 1.7.30
org.slf4j : slf4j-log4j12 jar 1.7.30
org.slf4j : slf4j-nop jar 1.7.30

Project Modules

There are no modules declared in this project.

Apache Commons Configuration2

License Maven Central

Tools to assist in the reading of configuration/preferences files in various formats

Documentation

More information can be found on the Apache Commons Configuration homepage. The Javadoc can be browsed. Questions related to the usage of Apache Commons Configuration should be posted to the user mailing list.

Where can I get the latest release?

You can download source and binaries from our download page.

Alternatively you can pull it from the central Maven repositories:

<dependency>
  <groupId>com.melloware</groupId>
  <artifactId>commons-configuration2</artifactId>
  <version>2.8.0</version>
</dependency>

Contributing

We accept Pull Requests via GitHub. The developer mailing list is the main channel of communication for contributors. There are some guidelines which will make applying PRs easier for us:

  • No tabs! Please use spaces for indentation.
  • Respect the code style.
  • Create minimal diffs - disable on save actions like reformat source code or organize imports. If you feel the source code should be reformatted create a separate PR for this change.
  • Provide JUnit tests for your changes and make sure your changes don't break any existing tests by running mvn clean test.

If you plan to contribute on a regular basis, please consider filing a contributor license agreement. You can learn more about contributing via GitHub in our contribution guidelines.

License

This code is under the Apache Licence v2.

See the NOTICE.txt file for required notices and attributions.

Donations

You like Apache Commons Configuration? Then donate back to the ASF to support the development.

Additional Resources

Versions

Version
2.8.0