is not current version
Last Version 3.2

ch.jooel:config 3.0

This is a small wrapper around jackson yaml

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

ch.jooel
ArtifactId

ArtifactId

config
Version

Version

3.0
Type

Type

jar

Download config 3.0


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