Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 959 Bytes

README.md

File metadata and controls

48 lines (34 loc) · 959 Bytes

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