-
Notifications
You must be signed in to change notification settings - Fork 0
Home
AndyNoob edited this page May 10, 2023
·
3 revisions
Welcome to the Mapable wiki!
<repositories>
<!--other stuff...-->
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
<!--other stuff...-->
</repositories>
and
<dependencies>
<!--other stuff...-->
<dependency>
<groupId>com.github.AndyNoob</groupId>
<artifactId>Mapable</artifactId>
<version>INSERT VERSION FROM BADGE</version>
</dependency>
<!--other stuff...-->
</dependencies>