YamlConfigAPI

This is a small wrapper around jackson yaml

License

License

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

ch.jooel
ArtifactId

ArtifactId

config
Last Version

Last Version

3.2
Release Date

Release Date

Type

Type

jar
Description

Description

YamlConfigAPI
This is a small wrapper around jackson yaml
Project URL

Project URL

https://jooel.ch
Source Code Management

Source Code Management

https://github.com/jsauvain/YamlConfiguration

Download config

How to add to project

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

Dependencies

compile (12)

Group / Artifact Type Version
com.fasterxml.jackson.dataformat : jackson-dataformat-yaml jar 2.9.0
junit : junit jar 4.12
org.apache.commons : commons-lang3 jar 3.6
com.fasterxml.jackson.core : jackson-core jar 2.9.0
com.fasterxml.jackson.core : jackson-databind jar 2.9.0
com.fasterxml.jackson.datatype : jackson-datatype-guava jar 2.9.0
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 jar 2.9.0
com.fasterxml.jackson.datatype : jackson-datatype-jdk8 jar 2.9.0
com.fasterxml.jackson.module : jackson-module-parameter-names jar 2.9.0
com.fasterxml.jackson.module : jackson-module-afterburner jar 2.9.0
commons-io : commons-io jar 2.5
org.slf4j : slf4j-api jar 1.7.25

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.16.18

Project Modules

There are no modules declared in this project.

YamlConfiguration

Build Status

Usage

This API provides one class called YamlConfigurationFactory. With this class you can save, load and update configuration files.

Versions

Version
3.2
3.1
3.0
2.0
1.0