Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 617 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 617 Bytes

DBpedia Spotlight Maven Repository

How to use it?

Add this in your pom.xml file:

        <repository>
            <id>spotlight-releases-repository</id>
            <url>https://github.com/dbpedia-spotlight/maven-repo/raw/master/releases</url>
        </repository>
        
        <repository>
            <id>spotlight-snapshots-repository</id>
            <url>https://github.com/dbpedia-spotlight/maven-repo/raw/master/snapshots</url>
        </repository>

Thanks coffeecoders to provide a helpful guide.