Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 541 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 541 Bytes

Pavlovs maven repository

To add this repository to your maven project, add this to your pom.xml

<repositories>
    <repository>
        <id>cannons-repo</id>
        <url>https://github.com/DerPavlov/mvn-repo/raw/master/</url>
    </repository>
    ...
</repositories>

<dependencies>
    <dependency>
        <groupId>at.pavlov</groupId>
        <artifactId>Cannons</artifactId>
        <version>2.2.0-SNAPSHOT</version>
    </dependency>
    ...
</dependencies>