-
Notifications
You must be signed in to change notification settings - Fork 48
GriefPrevention with Maven
Prototype edited this page May 2, 2018
·
1 revision
<repository>
<id>minecraftforge</id>
<url>https://files.minecraftforge.net/maven</url>
</repository>
<dependency>
<groupId>me.ryanhamshire</groupId>
<artifactId>griefprevention</artifactId>
<version>1.10.2-4.0.1.451</version>
<classifier>api</classifier>
<scope>provided</scope>
</dependency>