Easy Config Maven Plugin

Maven plugin for small application config support. Allows you to define configuration for your application at one place and generate config files and java class. Configuration can be instantiate by var args, file config or environment variables or combination of all. TODO: - boolean opts -- is/get -- option without value true - make def enum public - static instance to access from everywhere without pass an instance

Лицензия

Лицензия

Категории

Категории

Maven Компиляция и сборка config Библиотеки уровня приложения Configuration
Группа

Группа

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

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

easy-config-maven-plugin
Последняя версия

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

0.4.2
Дата

Дата

Тип

Тип

maven-plugin
Описание

Описание

Easy Config Maven Plugin
Maven plugin for small application config support. Allows you to define configuration for your application at one place and generate config files and java class. Configuration can be instantiate by var args, file config or environment variables or combination of all. TODO: - boolean opts -- is/get -- option without value true - make def enum public - static instance to access from everywhere without pass an instance
Ссылка на сайт

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

https://github.com/fiserro/easy-config
Система контроля версий

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

https://github.com/fiserro/easy-config.git

Скачать easy-config-maven-plugin

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

<plugin>
    <groupId>com.socialbakers</groupId>
    <artifactId>easy-config-maven-plugin</artifactId>
    <version>0.4.2</version>
</plugin>

Зависимости

compile (8)

Идентификатор библиотеки Тип Версия
org.apache.maven : maven-plugin-api jar 2.0
org.freemarker : freemarker jar 2.3.20
jdom : jdom jar 1.1
org.apache.commons : commons-lang3 jar 3.3.2
commons-beanutils : commons-beanutils jar 1.9.1
org.slf4j : slf4j-api jar 1.7.7
org.eclipse.jdt : core jar 3.1.1
commons-io : commons-io jar 2.4

provided (1)

Идентификатор библиотеки Тип Версия
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.2

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

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

easy-config

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

Версия
0.4.2
0.4.1
0.4
0.3
0.2
0.1