is not current version
Last Version 1.3.0

ch.jalu:configme 0.4.1

A simple configuration management library

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

ch.jalu
ArtifactId

ArtifactId

configme
Version

Version

0.4.1
Type

Type

jar

Download configme 0.4.1


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