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 |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdcom.emaginalabs |
ArtifactId | ArtifactIdconfig-suite |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionConfig Suite
Provides some common tools in order to configure our applications with a more
complex system than the typical properties in the resource path
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
config-suite-1.0.0.pom | 8 KB |
Browse |
<!-- 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"]
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