YamlConfiguration
Usage
This API provides one class called YamlConfigurationFactory. With this class you can save, load and update configuration files.
| License |
License |
|---|---|
| Categories |
Categoriesconfig Application Layer Libs Configuration |
| GroupId | GroupIdch.jooel |
| ArtifactId | ArtifactIdconfig |
| Last Version | Last Version3.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionYamlConfigAPI
This is a small wrapper around jackson yaml
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| config-3.2.pom | |
| config-3.2.jar | 14 KB |
| config-3.2-sources.jar | 5 KB |
| config-3.2-javadoc.jar | 39 KB |
| Browse |
<!-- 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"]
| 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 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.16.18 |
This API provides one class called YamlConfigurationFactory. With this class you can save, load and update configuration files.