Create README.md

This commit is contained in:
RoboMWM 2016-09-21 12:43:33 -07:00 committed by GitHub
parent 5186739d3a
commit 81953eac50

22
README.md Normal file
View File

@ -0,0 +1,22 @@
### Adding GriefPrevention as a gradle/maven/sbt/leiningen dependency
Apparently there's this neat thing called JitPack that makes a public maven repo for public Github repos on the fly.
According to it, this is all you need to do to add this to your maven project:
```xml
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
```xml
<dependency>
<groupId>com.github.TechFortress</groupId>
<artifactId>GriefPrevention</artifactId>
<version>master-SNAPSHOT</version>
</dependency>
```
You can also add it to gradle/sbt/leiningen projects: https://jitpack.io/#TechFortress/GriefPrevention/master-SNAPSHOT