Consolidated Configuration Support

CommonJava top-level parent POM.

Лицензия

Лицензия

Категории

Категории

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

Группа

org.commonjava.util
Идентификатор

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

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

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

0.8
Дата

Дата

Тип

Тип

pom
Описание

Описание

Consolidated Configuration Support
CommonJava top-level parent POM.
Система контроля версий

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

http://github.com/Commonjava/configuration

Скачать configuration

Имя Файла Размер
configuration-0.8.pom 2 KB
Обзор

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

<!-- https://jarcasting.com/artifacts/org.commonjava.util/configuration/ -->
<dependency>
    <groupId>org.commonjava.util</groupId>
    <artifactId>configuration</artifactId>
    <version>0.8</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.commonjava.util/configuration/
implementation 'org.commonjava.util:configuration:0.8'
// https://jarcasting.com/artifacts/org.commonjava.util/configuration/
implementation ("org.commonjava.util:configuration:0.8")
'org.commonjava.util:configuration:pom:0.8'
<dependency org="org.commonjava.util" name="configuration" rev="0.8">
  <artifact name="configuration" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.commonjava.util', module='configuration', version='0.8')
)
libraryDependencies += "org.commonjava.util" % "configuration" % "0.8"
[org.commonjava.util/configuration "0.8"]

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
javax.enterprise : cdi-api jar
junit : junit jar
org.slf4j : slf4j-api jar
ch.qos.logback : logback-classic jar

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

  • configuration-api
  • configuration-dotconf

Unified Configuration APIs

This is a set of projects designed to allow multiple independent subsystems of an application to share a common, application-wide configuration file. Currently, only the .conf (.ini) file format is supported. However, this support does provide both a parser for java.util.Map<String, String> configurations as well as a parser that will construct a simple bean based on the parameters it encounters. CDI is used to inject the configuration parser (along with its embedded section parser-dispatcher, etc.) into a configuration component, in order to expose the parsed configuration to the rest of an application.

org.commonjava.util

Red Hat NOS

Middleware pipeline content management projects

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

Версия
0.8
0.7.1
0.7.0
0.6.3
0.6.2
0.6.1
0.6
0.5
0.4
0.3
0.2
0.1