Skip to content
Dimitris Kontokostas edited this page Dec 6, 2013 · 11 revisions

In order to use DBpedia from Maven you can use the following in your pom.xml

<dependency>
  <groupId>org.dbpedia.extraction</groupId>
  <artifactId>{artifact}</artifactId>
  <version>{version}</version>
</dependency>

For artifact you can use any of core,dump,server,live,wiktionary and for version any of 3.7,3.8,3.9

For now we do not support snapshots so for latest changes you can use the our gitgub repo