# MinetopiaSDB API
TIP
De Javadoc kan je hier vinden!
The MinetopiaSDB API is available on the repo.mrwouter.nl Maven repository. You can add this in your pom.xml file to make use of the API:
<repository>
<id>mrwouter-repo</id>
<url>https://repo.mrwouter.nl/</url>
</repository>
<dependency>
<groupId>nl.minetopiasdb</groupId>
<artifactId>plugin</artifactId>
<version>TheVersionYouWant</version>
<scope>provided</scope>
</dependency>