We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2947c1e commit 0f52004Copy full SHA for 0f52004
README.md
@@ -13,7 +13,7 @@ From Maven
13
<dependency>
14
<groupId>com.github.jsonld-java</groupId>
15
<artifactId>jsonld-java-rdf2go</artifactId>
16
- <version>0.8.3</version>
+ <version>0.10.0</version>
17
</dependency>
18
19
Serializing RDF into JSON-LD using RDF2GoRDFParser
pom.xml
@@ -4,7 +4,7 @@
4
<parent>
5
<artifactId>jsonld-java-parent</artifactId>
6
7
- <version>0.9.1-SNAPSHOT</version>
+ <version>0.10.0-SNAPSHOT</version>
8
</parent>
9
<modelVersion>4.0.0</modelVersion>
10
0 commit comments