ADD : Apache Jena

master
Kevin Shehu 2020-09-16 22:45:58 +02:00
parent dc491e361e
commit 319a236dd0
1 changed files with 8 additions and 0 deletions

View File

@ -7,6 +7,14 @@
<groupId>org.example</groupId> <groupId>org.example</groupId>
<artifactId>GGD</artifactId> <artifactId>GGD</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>apache-jena-libs</artifactId>
<type>pom</type>
<version>3.16.0</version>
</dependency>
</dependencies>
</project> </project>