Skip to content
Timothée Jeannin edited this page Apr 24, 2014 · 5 revisions

Maven

Add the following dependency to your pom.xml.

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

Gradle

Add the following dependency to your build.gradle.

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

Manual download

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

Clone this wiki locally