Last Version

config 1.0.8

Mechanism to help manage configuration properties of Java projects.

License

License

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

com.github.bordertech.config
ArtifactId

ArtifactId

config
Version

Version

1.0.8
Type

Type

jar
Description

Description

config
Mechanism to help manage configuration properties of Java projects.
Project URL

Project URL

https://github.com/bordertech/java-config
Source Code Management

Source Code Management

https://github.com/bordertech/java-config

Download config 1.0.8


<!-- 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"]

Dependencies

compile (4)

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

test (2)

Group / Artifact Type Version
org.junit.vintage : junit-vintage-engine jar 5.8.2
org.awaitility : awaitility jar 4.1.1

Project Modules

There are no modules declared in this project.