| License |
License |
|---|---|
| Categories |
Categoriesconfig Application Layer Libs Configuration |
| GroupId | GroupIdcom.github.cafapi.config |
| ArtifactId | ArtifactIdconfig-system |
| Version | Version1.20.0-288 |
| 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-1.20.0-288.pom | |
| config-system-1.20.0-288.jar | 4 KB |
| config-system-1.20.0-288-sources.jar | 3 KB |
| config-system-1.20.0-288-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>1.20.0-288</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cafapi.config/config-system/
implementation 'com.github.cafapi.config:config-system:1.20.0-288'
// https://jarcasting.com/artifacts/com.github.cafapi.config/config-system/
implementation ("com.github.cafapi.config:config-system:1.20.0-288")
'com.github.cafapi.config:config-system:jar:1.20.0-288'
<dependency org="com.github.cafapi.config" name="config-system" rev="1.20.0-288">
<artifact name="config-system" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cafapi.config', module='config-system', version='1.20.0-288')
)
libraryDependencies += "com.github.cafapi.config" % "config-system" % "1.20.0-288"
[com.github.cafapi.config/config-system "1.20.0-288"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.cafapi.util : util-naming | jar | 1.20.0-288 |
| com.github.cafapi : caf-api | jar | 1.20.0-288 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.testng : testng | jar | 6.4 |