is not current version
Last Version 3.2

ch.jooel:config 3.1

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.1
Type

Type

jar

Download config 3.1


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