orzeh / jfairy

Java fake data generator

Home Page:http://jfairy.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jFairy Build Status

Java fake data generator

Usage

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'

Sample

Look into code sample

Building

This project can be built using gradle command:

./gradlew build

Installation

Installation into maven local repository

./gradlew install

About

Java fake data generator

http://jfairy.org/

License:Apache License 2.0


Languages

Language:Java 68.6%Language:Groovy 31.4%