is not current version
Last Version 3.2

ch.jooel:config 2.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

2.0
Type

Type

jar

Download config 2.0


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