Skip to content

Commit e0a845e

Browse files
Merge pull request #14 from AndreaCimminoArriaga/master
Update README.md
2 parents 2357a6b + 2b5713a commit e0a845e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Java API for Thing Descriptions of WoT (JDTs)
2-
[![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)
2+
[![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)
33

44
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:
55
* Serialise:
@@ -41,16 +41,16 @@ Import the JDTs library as a maven dependency, **be sure to specify the latest v
4141
<dependency>
4242
<groupId>es.upm.fi.oeg</groupId>
4343
<artifactId>wot-jtd</artifactId>
44-
<version>0.1.6</version>
44+
<version>0.2.0</version>
4545
</dependency>
4646
```
4747

4848
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**):
4949
````
50-
mvn install:install-file -Dfile=wot-jtd.jar -DgroupId=es.upm.fi.oeg -DartifactId=wot-jtd -Dversion=0.1.6 -Dpackaging=jar
50+
mvn install:install-file -Dfile=wot-jtd.jar -DgroupId=es.upm.fi.oeg -DartifactId=wot-jtd -Dversion=0.2.0 -Dpackaging=jar
5151
````
5252

53-
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.
53+
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.
5454

5555
## Model
5656

@@ -156,4 +156,4 @@ ValidationReport shapeReport = JTD.validateWithShape(thing, shapesGraph);
156156
````
157157

158158
##### Using JSON schema (*comming soon*)
159-
##### Using restrictions in the model (*comming soon*)
159+
##### Using restrictions in the model (*comming soon*)

0 commit comments

Comments
 (0)