is not current version
Last Version 1.5

io.github.chrisruffalo:yyall 1.3

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

GroupId

GroupId

io.github.chrisruffalo
ArtifactId

ArtifactId

yyall
Version

Version

1.3
Type

Type

jar

Download yyall 1.3


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