From 81953eac506cdb06a384fa71e2b9ab3970634be5 Mon Sep 17 00:00:00 2001 From: RoboMWM Date: Wed, 21 Sep 2016 12:43:33 -0700 Subject: [PATCH] Create README.md --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5d84d0b --- /dev/null +++ b/README.md @@ -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 + + + jitpack.io + https://jitpack.io + + + +```xml + + com.github.TechFortress + GriefPrevention + master-SNAPSHOT + +``` + +You can also add it to gradle/sbt/leiningen projects: https://jitpack.io/#TechFortress/GriefPrevention/master-SNAPSHOT