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

Categories

config Application Layer Libs Configuration
GroupId

GroupId

com.emaginalabs
ArtifactId

ArtifactId

config-suite
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

pom
Description

Description

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
Project URL

Project URL

https://github.com/delr3ves/java-config-suite
Source Code Management

Source Code Management

https://github.com/delr3ves/java-config-suite

Download config-suite

Filename Size
config-suite-1.0.0.pom 8 KB
Browse

How to add to project

<!-- 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"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

  • config-provider-core
  • config-provider-api
  • config-file-provider
  • config-parser

Config Suite Build Status Coverage Status

=================

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

Versions

Version
1.0.0