2016-10-28 08:06:42 +00:00
### Adding GriefPrevention as a gradle/maven/sbt/leiningen dependency
2016-09-21 19:43:33 +00:00
2016-10-28 08:06:42 +00:00
Apparently there's this neat thing called JitPack [](https://jitpack.io/#TechFortress/GriefPrevention) that makes a public maven repo for public Github repos on the fly.
2016-09-21 19:43:33 +00:00
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 >
2016-09-21 19:45:37 +00:00
```
2016-09-21 19:43:33 +00:00
```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