Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 333 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 333 Bytes

MavenRepository

The project's Maven Repository

Snapshots

Add the following to your POM to use:

<repositories>
        <repository>
            <id>snapshot-repo</id>
            <url>https://raw.githubusercontent.com/BlockServerProject/MavenRepository/master/snapshots</url>
        </repository>
</repositories>