From 2b5713adf867021f2e73912d5398d2526655c1c3 Mon Sep 17 00:00:00 2001 From: Andrea Cimmino Arriaga Date: Wed, 21 Apr 2021 16:09:32 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4caaa76..addd5ee 100755 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Java API for Thing Descriptions of WoT (JDTs) -[![Maven Central](https://img.shields.io/badge/Maven%20Central-v0.1.6-orange)](https://search.maven.org/search?q=g:%22es.upm.fi.oeg%22%20AND%20a:%22wot-jtd%22) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![GitHub stars](https://img.shields.io/github/stars/Naereen/StrapDown.js.svg?style=social&label=Star&maxAge=2592000)](https://github.com/oeg-upm/wot-jtd/stargazers) +[![Version](https://img.shields.io/badge/Version-0.2.0-orange)](https://github.com/oeg-upm/wot-jtd/releases)] [![Maven Central](https://img.shields.io/badge/Maven%20Central-v0.2.0-green)](https://search.maven.org/search?q=g:%22es.upm.fi.oeg%22%20AND%20a:%22wot-jtd%22) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![GitHub stars](https://img.shields.io/github/stars/Naereen/StrapDown.js.svg?style=social&label=Star&maxAge=2592000)](https://github.com/oeg-upm/wot-jtd/stargazers) The JDT is an ORM implementation of the current [Thing Description](https://www.w3.org/TR/wot-thing-description/) model standardised by the [W3C Web of Things group](https://www.w3.org/WoT/). The current features are: * Serialise: @@ -41,16 +41,16 @@ Import the JDTs library as a maven dependency, **be sure to specify the latest v es.upm.fi.oeg wot-jtd - 0.1.6 + 0.2.0 ``` Alternatively, the dependency can be installed manually. First, download the latest jar from the [releases section](), and then install the dependency as follows (**be sure to specify the latest version**): ```` -mvn install:install-file -Dfile=wot-jtd.jar -DgroupId=es.upm.fi.oeg -DartifactId=wot-jtd -Dversion=0.1.6 -Dpackaging=jar +mvn install:install-file -Dfile=wot-jtd.jar -DgroupId=es.upm.fi.oeg -DartifactId=wot-jtd -Dversion=0.2.0 -Dpackaging=jar ```` -Check our [Maven Central Repository page](https://search.maven.org/artifact/es.upm.fi.oeg/wot-jtd/0.1.6/jar) to discover other installation options like Gradle Groovy or Kotlin, Scala, and others. +Check our [Maven Central Repository page](https://search.maven.org/artifact/es.upm.fi.oeg/wot-jtd/0.2.0/jar) to discover other installation options like Gradle Groovy or Kotlin, Scala, and others. ## Model @@ -156,4 +156,4 @@ ValidationReport shapeReport = JTD.validateWithShape(thing, shapesGraph); ```` ##### Using JSON schema (*comming soon*) -##### Using restrictions in the model (*comming soon*) \ No newline at end of file +##### Using restrictions in the model (*comming soon*)