Skip to content
Dimitris Kontokostas edited this page Jan 18, 2016 · 11 revisions

In order to use DBpedia 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/repository/internal</url>
  </repository>
  <repository>
    <id>maven.aksw.snapshots</id>
    <name>University Leipzig, AKSW Maven2 Repository</name>
    <url>http://maven.aksw.org/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)