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