Updated API Documentation (markdown)

Alexander Söderberg 2020-04-24 19:32:11 +02:00
parent 2f35c03a43
commit 2dda0a50b2
1 changed files with 5 additions and 5 deletions

@ -17,15 +17,15 @@ You need to add the WorldEdit repository as well.
</repository>
<!-- PlotSquared -->
<repository>
<id>plotsquared</id>
<url>https://plotsquared.com/mvn/</url>
<id>IntellectualSites</id>
<url>https://mvn.intellectualsites.com/content/groups/public/</url>
</repository>
<!-- PlotSquared API -->
<dependency>
<groupId>com.plotsquared</groupId>
<artifactId>PlotSquared</artifactId>
<version>5.1</version> <!-- Or 'latest' -->
<groupId>com.plotsquared</groupId>
<artifactId>PlotSquared</artifactId>
<version>5.1</version> <!-- Or 'latest' -->
</dependency>
```