Java fake data generator
In Maven projects (pom.xml):
<pom>
...
<dependencies>
<dependency>
<groupId>org.jfairy</groupId>
<artifactId>jfairy</artifactId>
<version>0.2.4</version>
</dependency>
</dependencies>
...
</pom>
In Gradle projects (build.gradle):
repositories {
mavenCentral()
}
...
testCompile 'org.jfairy:jfairy:0.2.4'
Look into code sample
This project can be built using gradle command:
./gradlew build
Installation into maven local repository
./gradlew install