is not current version
Last Version 1.0.8

com.github.bordertech.config:config 1.0.5

Mechanism to help manage configuration properties of Java projects.

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

com.github.bordertech.config
ArtifactId

ArtifactId

config
Version

Version

1.0.5
Type

Type

jar

Download config 1.0.5


<!-- https://jarcasting.com/artifacts/com.github.bordertech.config/config/ -->
<dependency>
    <groupId>com.github.bordertech.config</groupId>
    <artifactId>config</artifactId>
    <version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bordertech.config/config/
implementation 'com.github.bordertech.config:config:1.0.5'
// https://jarcasting.com/artifacts/com.github.bordertech.config/config/
implementation ("com.github.bordertech.config:config:1.0.5")
'com.github.bordertech.config:config:jar:1.0.5'
<dependency org="com.github.bordertech.config" name="config" rev="1.0.5">
  <artifact name="config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bordertech.config', module='config', version='1.0.5')
)
libraryDependencies += "com.github.bordertech.config" % "config" % "1.0.5"
[com.github.bordertech.config/config "1.0.5"]