yato

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

License

License

GroupId

GroupId

com.github.okarmusk
ArtifactId

ArtifactId

yato
Last Version

Last Version

1.0.0
Release Date

Release Date

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

How to add to project

<!-- 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.

yato

Simple wrapper what allows you in fast way convert yaml file or string into POJO.

Exposed classes

  • YamlToObject singleton class responsible to transform input data as file or String into POJO.

Versions

Version
1.0.0