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
| License |
License |
|---|---|
| Categories |
CategoriesIDE Development Tools config Application Layer Libs Configuration |
| GroupId | GroupIdcom.emaginalabs |
| ArtifactId | ArtifactIdconfig-provider-core |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionProvides some common tools in order to configure our applications with a more
complex system than the typical properties in the resource path
|
<!-- https://jarcasting.com/artifacts/com.emaginalabs/config-provider-core/ -->
<dependency>
<groupId>com.emaginalabs</groupId>
<artifactId>config-provider-core</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.emaginalabs/config-provider-core/
implementation 'com.emaginalabs:config-provider-core:1.0.0'
// https://jarcasting.com/artifacts/com.emaginalabs/config-provider-core/
implementation ("com.emaginalabs:config-provider-core:1.0.0")
'com.emaginalabs:config-provider-core:jar:1.0.0'
<dependency org="com.emaginalabs" name="config-provider-core" rev="1.0.0">
<artifact name="config-provider-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.emaginalabs', module='config-provider-core', version='1.0.0')
)
libraryDependencies += "com.emaginalabs" % "config-provider-core" % "1.0.0"
[com.emaginalabs/config-provider-core "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.emaginalabs : config-provider-api | jar | 1.0.0 |
| com.google.inject : guice | jar | 4.0-beta5 |
| org.reflections : reflections | jar | 0.9.9-RC2 |
| org.slf4j : slf4j-api | jar | 1.7.7 |
| Group / Artifact | Type | Version |
|---|---|---|
| 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