| License |
License |
|---|---|
| Categories |
Categoriesconfig Application Layer Libs Configuration |
| GroupId | GroupIdcom.github.bordertech.config |
| ArtifactId | ArtifactIdconfig |
| Last Version | Last Version1.0.8 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionconfig
Mechanism to help manage configuration properties of Java projects.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| config-1.0.8.pom | |
| config-1.0.8.jar | 24 KB |
| config-1.0.8-tests.jar | 26 KB |
| config-1.0.8-test-sources.jar | 11 KB |
| config-1.0.8-sources.jar | 19 KB |
| config-1.0.8-javadoc.jar | 52 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.bordertech.config/config/ -->
<dependency>
<groupId>com.github.bordertech.config</groupId>
<artifactId>config</artifactId>
<version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bordertech.config/config/
implementation 'com.github.bordertech.config:config:1.0.8'
// https://jarcasting.com/artifacts/com.github.bordertech.config/config/
implementation ("com.github.bordertech.config:config:1.0.8")
'com.github.bordertech.config:config:jar:1.0.8'
<dependency org="com.github.bordertech.config" name="config" rev="1.0.8">
<artifact name="config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bordertech.config', module='config', version='1.0.8')
)
libraryDependencies += "com.github.bordertech.config" % "config" % "1.0.8"
[com.github.bordertech.config/config "1.0.8"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-configuration : commons-configuration | jar | 1.10 |
| org.apache.commons : commons-lang3 | jar | 3.12.0 |
| org.apache.commons : commons-text | jar | 1.9 |
| commons-io : commons-io | jar | 2.11.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.vintage : junit-vintage-engine | jar | 5.8.2 |
| org.awaitility : awaitility | jar | 4.1.1 |