-
Notifications
You must be signed in to change notification settings - Fork 4
Getting Started
iso2013 edited this page Apr 25, 2018
·
6 revisions
<repository>
<id>peapi-mvn-repo</id>
<url>https://raw.github.com/iso2013/PacketEntityAPI/mvn-repo/</url>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
</snapshots>
</repository><dependency>
<groupId>net.blitzcube.peapi</groupId>
<artifactId>API</artifactId>
<version>PUT VERSION HERE</version>
</dependency><dependency>
<groupId>net.blitzcube.peapi</groupId>
<artifactId>Plugin</artifactId>
<version>PUT VERSION HERE</version>
</dependency>You must change the location of the net.blitzcube.peapi classes, but not the net.blitzcube.peapi.api package!
compile "net.blitzcube.peapi:API:PUT VERSION HERE"compile "net.blitzcube.peapi:Plugin:PUT VERSION HERE"