8000 GitHub - sleiss/GriefPrevention-1: The now-official repository of the GriefPrevention Bukkit plugin. FYI, if you could help star this project to get over 46 stars so I can search this repo that'd be great, thanks.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

The now-official repository of the GriefPrevention Bukkit plugin. FYI, if you could help star this project to get over 46 stars so I can search this repo that'd be great, thanks.

Notifications You must be signed in to change notification settings

sleiss/GriefPrevention-1

 
 

Repository files navigation

Downloads

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:

	<repositories>
		<repository>
		    <id>jitpack.io</id>
		    <url>https://jitpack.io</url>
		</repository>
	</repositories>

Replace <version> number with this number:

	<dependency>
	    <groupId>com.github.TechFortress</groupId>
	    <artifactId>GriefPrevention</artifactId>
	    <version>16.4</version>
	</dependency>

You can also add it to gradle/sbt/leiningen projects: https://jitpack.io/#TechFortress/GriefPrevention/

About

The now-official repository of the GriefPrevention Bukkit plugin. FYI, if you could help star this project to get over 46 stars so I can search this repo that'd be great, thanks.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%
0