License |
License |
---|---|
GroupId | GroupIdio.github.chrisruffalo |
ArtifactId | ArtifactIdyyall |
Last Version | Last Version1.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionYaml 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 |
Filename | Size |
---|---|
yyall-1.5.pom | |
yyall-1.5.jar | 15 KB |
yyall-1.5-sources.jar | 10 KB |
yyall-1.5-javadoc.jar | 66 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |