com.marvinformatics:yaml-schema

YAML schema library for Java

License

License

Categories

Categories

ORM Data
GroupId

GroupId

com.marvinformatics
ArtifactId

ArtifactId

yaml-schema
Last Version

Last Version

0.1
Release Date

Release Date

Type

Type

jar
Description

Description

YAML schema library for Java
Project URL

Project URL

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

Project Organization

JBoss, a division of Red Hat, Inc.
Source Code Management

Source Code Management

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

Download yaml-schema

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.yaml : snakeyaml jar 1.5
org.slf4j : slf4j-api jar 1.7.6

test (1)

Group / Artifact Type Version
junit : junit jar 4.7

Project Modules

There are no modules declared in this project.

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.

Versions

Version
0.1