Last Version

yato 1.0.0

Yato is simple wrapper to read yaml file and convert it to POJO.

License

License

GroupId

GroupId

com.github.okarmusk
ArtifactId

ArtifactId

yato
Version

Version

1.0.0
Type

Type

jar
Description

Description

yato
Yato is simple wrapper to read yaml file and convert it to POJO.
Project URL

Project URL

https://github.com/okarmusk/yato
Source Code Management

Source Code Management

https://github.com/okarmusk/yato.git

Download yato 1.0.0


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

Dependencies

compile (1)

Group / Artifact Type Version
org.yaml : snakeyaml jar 1.27

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.7.0
org.junit.jupiter : junit-jupiter-engine jar 5.7.0

Project Modules

There are no modules declared in this project.