yato

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

Лицензия

Лицензия

Группа

Группа

com.github.okarmusk
Идентификатор

Идентификатор

yato
Последняя версия

Последняя версия

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

yato
Yato is simple wrapper to read yaml file and convert it to POJO.
Ссылка на сайт

Ссылка на сайт

https://github.com/okarmusk/yato
Система контроля версий

Система контроля версий

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

Скачать yato

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.yaml : snakeyaml jar 1.27

test (2)

Идентификатор библиотеки Тип Версия
org.junit.jupiter : junit-jupiter-api jar 5.7.0
org.junit.jupiter : junit-jupiter-engine jar 5.7.0

Модули Проекта

Данный проект не имеет модулей.

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.

Версии библиотеки

Версия
1.0.0