Skip to content
AndyNoob edited this page May 10, 2023 · 3 revisions

Welcome to the Mapable wiki!

Getting started

...with Maven

<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>
Clone this wiki locally