License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdcom.github.bordertech.config |
ArtifactId | ArtifactIdconfig |
Version | Version1.0.7 |
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.7.pom | |
config-1.0.7.jar | 24 KB |
config-1.0.7-tests.jar | 37 KB |
config-1.0.7-test-sources.jar | 15 KB |
config-1.0.7-sources.jar | 18 KB |
config-1.0.7-javadoc.jar | 53 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.bordertech.config/config/ -->
<dependency>
<groupId>com.github.bordertech.config</groupId>
<artifactId>config</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bordertech.config/config/
implementation 'com.github.bordertech.config:config:1.0.7'
// https://jarcasting.com/artifacts/com.github.bordertech.config/config/
implementation ("com.github.bordertech.config:config:1.0.7")
'com.github.bordertech.config:config:jar:1.0.7'
<dependency org="com.github.bordertech.config" name="config" rev="1.0.7">
<artifact name="config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bordertech.config', module='config', version='1.0.7')
)
libraryDependencies += "com.github.bordertech.config" % "config" % "1.0.7"
[com.github.bordertech.config/config "1.0.7"]
Group / Artifact | Type | Version |
---|---|---|
commons-configuration : commons-configuration | jar | 1.10 |
org.apache.commons : commons-lang3 | jar | 3.11 |
org.apache.commons : commons-text | jar | 1.9 |
commons-io : commons-io | jar | 2.8.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.vintage : junit-vintage-engine | jar | 5.7.0 |
org.awaitility : awaitility | jar | 4.0.3 |