Skip to content
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.

Commit

Permalink
Add initial README
Browse files Browse the repository at this point in the history
see #2

Signed-off-by: Andrew Berezovskyi <andriib@kth.se>
  • Loading branch information
berezovskyi committed Feb 18, 2018
1 parent d6c504a commit 0d3763c
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,32 @@
TBD
# Lyo Validation library

The library is intended to check whether resource instances conform to SHACL shapes.

## Getting started

Add the following repository to your POM file:

```xml
<repositories>
<repository>
<id>lyo-releases</id>
<name>Eclipse Lyo Releases</name>
<url>https://repo.eclipse.org/content/repositories/lyo-releases/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
```

Now add a dependency for the library:

```xml
<dependency>
<groupId>org.eclipse.lyo</groupId>
<artifactId>lyo-validation</artifactId>
<version>2.3.0.M3</version>
</dependency>
```

Start by reading up on [`Validator`](http://download.eclipse.org/lyo/docs/validation/2.3.0.M3/org/eclipse/lyo/validation/Validator.html) Javadoc.

0 comments on commit 0d3763c

Please sign in to comment.