is not current version
Last Version 1.2.0

uk.org.webcompere:lightweight-config 1.0.0

A small library for enabling configuration parameters to be loaded in Java

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

uk.org.webcompere
ArtifactId

ArtifactId

lightweight-config
Version

Version

1.0.0
Type

Type

jar

Download lightweight-config 1.0.0


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