Skip to content

Latest commit

 

History

History
26 lines (24 loc) · 460 Bytes

README.md

File metadata and controls

26 lines (24 loc) · 460 Bytes

For code integration examples view:
- https://github.com/ModularSoftAU/zander

Instructions:

# compile library
mvn clean package
# specify as dependency
pom.xml +
...
<repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
</repository>
...
<dependency>
    <groupId>com.github.ModularSoftAU</groupId>
    <artifactId>StoneLib</artifactId>
    <version>1.0</version>
    <scope>provided</scope>
</dependency>
...