Yaml for Y'all

Yaml for Y'all (yyall) is a yaml-based configuration library that uses SnakeYAML to read YAML configurations and provide extra usability on top.

License

License

GroupId

GroupId

io.github.chrisruffalo
ArtifactId

ArtifactId

yyall
Last Version

Last Version

1.5
Release Date

Release Date

Type

Type

jar
Description

Description

Yaml for Y'all
Yaml for Y'all (yyall) is a yaml-based configuration library that uses SnakeYAML to read YAML configurations and provide extra usability on top.
Project URL

Project URL

https://github.com/chrisruffalo/yyall

Download yyall

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.yaml : snakeyaml jar 1.29
org.apache.commons : commons-lang3 jar 3.12.0
commons-beanutils : commons-beanutils jar 1.9.4

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.5
1.4
1.3