-
Notifications
You must be signed in to change notification settings - Fork 269
Maven instructions
Dimitris Kontokostas edited this page Jun 26, 2014
·
11 revisions
In order to use RDFUnit from Maven you can use the following in your pom.xml
<dependencies>
...
<dependency>
<groupId>org.dbpedia.extraction</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 core, dump, server, live, wiktionary
and for version
any of 3.7, 3.8, 3.9
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)