Apache Commons Configuration

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

Лицензия

Лицензия

Категории

Категории

Configuration Библиотеки уровня приложения config
Группа

Группа

com.melloware
Идентификатор

Идентификатор

commons-configuration2
Последняя версия

Последняя версия

2.8.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Apache Commons Configuration
Tools to assist in the reading of configuration/preferences files in various formats
Ссылка на сайт

Ссылка на сайт

https://commons.apache.org/proper/commons-configuration/
Система контроля версий

Система контроля версий

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

Скачать commons-configuration2

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (14)

Идентификатор библиотеки Тип Версия
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 Необязательный jar 2.0.0
commons-codec : commons-codec Необязательный jar 1.15
org.apache.commons : commons-jexl Необязательный jar 2.1.1
org.apache.commons : commons-vfs2 Необязательный jar 2.7.0
commons-jxpath : commons-jxpath Необязательный jar 1.3
xml-resolver : xml-resolver Необязательный jar 1.2
org.springframework : spring-core Необязательный jar 4.3.30.RELEASE
org.springframework : spring-beans Необязательный jar 4.3.30.RELEASE
org.yaml : snakeyaml Необязательный jar 1.28
com.fasterxml.jackson.core : jackson-databind Необязательный jar 2.12.2
log4j : log4j Необязательный jar 1.2.17

provided (1)

Идентификатор библиотеки Тип Версия
javax.servlet : servlet-api jar 2.5

test (16)

Идентификатор библиотеки Тип Версия
org.springframework : spring-context Необязательный jar 4.3.30.RELEASE
org.springframework : spring-test Необязательный 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

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
2.8.0