-
Notifications
You must be signed in to change notification settings - Fork 41
Maven
Dimitris Kontokostas edited this page Jun 26, 2014
·
3 revisions
In order to use RDFUnit from Maven you can use the following in your pom.xml
<dependencies>
...
<dependency>
<groupId>rdfunit.aksw.org</groupId>
<artifactId>{artifact}</artifactId>
<version>{version}</version>
</dependency>
...
</dependencies>
<repositories>
...
<repository>
<id>maven.aksw.internal</id>
<name>University Leipzig, AKSW Maven2 Repository</name>
<url>http://maven.aksw.org/archiva/repository/internal</url>
</repository>
<repository>
<id>maven.aksw.snapshots</id>
<name>University Leipzig, AKSW Maven2 Repository</name>
<url>http://maven.aksw.org/archiva/repository/snapshots</url>
</repository>
...
</repositories>
For artifact you can use any of rdfunit-core, rdfunit-resources & rdfunit-validate
For vesion you can browse here.
We do not support snapshots at the moment but we plan in the near future. For the latest code you can use our github repo (but note that it might be unstable)