| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииMaven Компиляция и сборка config Библиотеки уровня приложения Configuration |
| Группа | Группаcom.socialbakers.easy-config |
| Идентификатор | Идентификаторeasy-config-maven-plugin |
| Последняя версия | Последняя версия0.5.7 |
| Дата | Дата |
| Тип | Тип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.
|
<plugin>
<groupId>com.socialbakers.easy-config</groupId>
<artifactId>easy-config-maven-plugin</artifactId>
<version>0.5.7</version>
</plugin>
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.socialbakers.easy-config : easy-config-core | jar | 0.5.7 |
| 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 |
| com.google.guava : guava | jar | 18.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.maven.plugin-tools : maven-plugin-annotations | jar | 3.2 |