|
1 | 1 | # Java API for Thing Descriptions of WoT (JDTs) |
2 | | -[](https://search.maven.org/search?q=g:%22es.upm.fi.oeg%22%20AND%20a:%22wot-jtd%22) [](https://opensource.org/licenses/Apache-2.0) [](https://github.com/oeg-upm/wot-jtd/stargazers) |
| 2 | +[](https://github.com/oeg-upm/wot-jtd/releases)] [](https://search.maven.org/search?q=g:%22es.upm.fi.oeg%22%20AND%20a:%22wot-jtd%22) [](https://opensource.org/licenses/Apache-2.0) [](https://github.com/oeg-upm/wot-jtd/stargazers) |
3 | 3 |
|
4 | 4 | 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: |
5 | 5 | * Serialise: |
@@ -41,16 +41,16 @@ Import the JDTs library as a maven dependency, **be sure to specify the latest v |
41 | 41 | <dependency> |
42 | 42 | <groupId>es.upm.fi.oeg</groupId> |
43 | 43 | <artifactId>wot-jtd</artifactId> |
44 | | - <version>0.1.6</version> |
| 44 | + <version>0.2.0</version> |
45 | 45 | </dependency> |
46 | 46 | ``` |
47 | 47 |
|
48 | 48 | 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**): |
49 | 49 | ```` |
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 |
51 | 51 | ```` |
52 | 52 |
|
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. |
54 | 54 |
|
55 | 55 | ## Model |
56 | 56 |
|
@@ -156,4 +156,4 @@ ValidationReport shapeReport = JTD.validateWithShape(thing, shapesGraph); |
156 | 156 | ```` |
157 | 157 |
|
158 | 158 | ##### Using JSON schema (*comming soon*) |
159 | | -##### Using restrictions in the model (*comming soon*) |
| 159 | +##### Using restrictions in the model (*comming soon*) |
0 commit comments