MVN

com.emaginalabs : config-suite

Maven & Gradle

Oct 07, 2015
0 stars

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

<dependency>
    <groupId>com.emaginalabs</groupId>
    <artifactId>config-suite</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.emaginalabs : config-suite to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of com.emaginalabs : config-suite to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
config-suite-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.emaginalabs</groupId>
    <artifactId>config-suite</artifactId>
    <version>1.0.0</version>
</dependency>

Advertisement