Update README.md

This commit is contained in:
RoboMWM 2016-11-20 19:40:24 -08:00 committed by GitHub
parent b36692ffec
commit 332a9346aa

View File

@ -10,12 +10,14 @@ According to it, this is all you need to do to add this to your maven project:
</repository> </repository>
</repositories> </repositories>
``` ```
Replace `<version>` number with this number: [![](https://jitpack.io/v/TechFortress/GriefPrevention.svg)](https://jitpack.io/#TechFortress/GriefPrevention)
```xml ```xml
<dependency> <dependency>
<groupId>com.github.TechFortress</groupId> <groupId>com.github.TechFortress</groupId>
<artifactId>GriefPrevention</artifactId> <artifactId>GriefPrevention</artifactId>
<version>master-SNAPSHOT</version> <version>16.4</version>
</dependency> </dependency>
``` ```
You can also add it to gradle/sbt/leiningen projects: https://jitpack.io/#TechFortress/GriefPrevention/master-SNAPSHOT You can also add it to gradle/sbt/leiningen projects: https://jitpack.io/#TechFortress/GriefPrevention/