-
Notifications
You must be signed in to change notification settings - Fork 0
Maven Usage
Josh edited this page Dec 16, 2017
·
3 revisions
Copy the following to your maven file:
<repositories>
<repository>
<id>murapi-repo</id>
<url>https://commonly.github.io/repo</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>me.jdog.murapi</groupId>
<artifactId>mur-api</artifactId>
<version>1.1.0</version>
<scope>provided</scope>
</dependency>
</dependencies>Having trouble? Take a look at the JavaDoc here.