Skip to content
Joshua Jamison edited this page Mar 14, 2014 · 5 revisions

Maven

Add the following dependency to your pom.xml.

<dependency>
	<groupId>com.github.provigen</groupId>
	<artifactId>ProviGen-lib</artifactId>
	<version>1.7.0</version>
</dependency>

Gradle

Add the following dependency to your build.gradle.

dependencies {  
    mavenCentral()
    compile 'com.github.provigen:ProviGen-lib:1.7.+'
}

The + means that you will always use the latest version available.

Manual download

Download the ProviGen jar from here and put it in your libs folder.

Clone this wiki locally