Config Suite

=================
Provides some common tools in order to configure our applications with a more complex system than the typical properties in the resource path
| Лицензия |
Лицензия |
|---|---|
| Категории |
Категорииconfig Библиотеки уровня приложения Configuration |
| Группа | Группаcom.emaginalabs |
| Идентификатор | Идентификаторconfig-suite |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеConfig Suite
Provides some common tools in order to configure our applications with a more
complex system than the typical properties in the resource path
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| config-suite-1.0.0.pom | 8 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.emaginalabs/config-suite/ -->
<dependency>
<groupId>com.emaginalabs</groupId>
<artifactId>config-suite</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.emaginalabs/config-suite/
implementation 'com.emaginalabs:config-suite:1.0.0'
// https://jarcasting.com/artifacts/com.emaginalabs/config-suite/
implementation ("com.emaginalabs:config-suite:1.0.0")
'com.emaginalabs:config-suite:pom:1.0.0'
<dependency org="com.emaginalabs" name="config-suite" rev="1.0.0">
<artifact name="config-suite" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.emaginalabs', module='config-suite', version='1.0.0')
)
libraryDependencies += "com.emaginalabs" % "config-suite" % "1.0.0"
[com.emaginalabs/config-suite "1.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |

=================
Provides some common tools in order to configure our applications with a more complex system than the typical properties in the resource path