com.marvinformatics:yaml-schema

YAML schema library for Java

Лицензия

Лицензия

Категории

Категории

ORM Данные
Группа

Группа

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

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

yaml-schema
Последняя версия

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

0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

YAML schema library for Java
Ссылка на сайт

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

https://github.com/velo/yaml-schema/
Организация-разработчик

Организация-разработчик

JBoss, a division of Red Hat, Inc.
Система контроля версий

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

https://github.com/velo/yaml-schema/

Скачать yaml-schema

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

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

Зависимости

compile (2)

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

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.7

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

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

yaml-schema

Build Status Coverage Status Maven Central Issues Forks Stars

Introduction

yaml-schema provides Java-based schema-based validation facilities for YAML documents.

Examples

TBD

Data Types

yaml-schema supports the following datatypes:

  • string (str)
  • integer (int)
  • natural
  • enumeration
  • map
  • list

Dependencies

yaml-schema depends only on the snakeyaml YAML parser and the jboss-logging library for logging.

Building

yaml-schema runs on Maven 3, and can be built using good old mvn install.

If you're a regular JBoss developer, see:

Otherwise, see:

Once your repositories are configured, simply type:

mvn install

Tests can be executed using mvn test.

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

Версия
0.1