| License |
License |
|---|---|
| Categories |
Categoriesconfig Application Layer Libs Configuration |
| GroupId | GroupIdcom.github.cafapi.config |
| ArtifactId | ArtifactIdconfig-system |
| Last Version | Last Version2.0.0-425 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionA set of re-usable Java libraries which are used by the various CAF Services and Frameworks.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| config-system-2.0.0-425.pom | |
| config-system-2.0.0-425.jar | 4 KB |
| config-system-2.0.0-425-sources.jar | 3 KB |
| config-system-2.0.0-425-javadoc.jar | 25 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.cafapi.config/config-system/ -->
<dependency>
<groupId>com.github.cafapi.config</groupId>
<artifactId>config-system</artifactId>
<version>2.0.0-425</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cafapi.config/config-system/
implementation 'com.github.cafapi.config:config-system:2.0.0-425'
// https://jarcasting.com/artifacts/com.github.cafapi.config/config-system/
implementation ("com.github.cafapi.config:config-system:2.0.0-425")
'com.github.cafapi.config:config-system:jar:2.0.0-425'
<dependency org="com.github.cafapi.config" name="config-system" rev="2.0.0-425">
<artifact name="config-system" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cafapi.config', module='config-system', version='2.0.0-425')
)
libraryDependencies += "com.github.cafapi.config" % "config-system" % "2.0.0-425"
[com.github.cafapi.config/config-system "2.0.0-425"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.cafapi.util : util-naming | jar | 2.0.0-425 |
| com.github.cafapi : caf-api | jar | 2.0.0-425 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.testng : testng | jar | 6.4 |