MVN

io.codearte.jfairy : jfairy

Maven & Gradle

Nov 15, 2017
35 usages
38 stars

jFairy · jFairy - Java fake data generator

<dependency>
    <groupId>io.codearte.jfairy</groupId>
    <artifactId>jfairy</artifactId>
    <version>0.5.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.codearte.jfairy : jfairy to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.9

All Versions

Choose a version of io.codearte.jfairy : jfairy to add to Maven or Gradle - All Versions:

  • Version Updated
  • jfairy-0.5.9

    Nov 15, 2017
  • jfairy-0.5.8

    Oct 01, 2017
  • jfairy-0.5.7

    Apr 11, 2017
  • jfairy-0.5.6

    Jan 20, 2017
  • jfairy-0.5.5

    Nov 24, 2016
  • jfairy-0.5.3

    May 16, 2016
  • jfairy-0.5.2

    Feb 25, 2016
  • jfairy-0.5.1

    Oct 26, 2015
  • jfairy-0.5.0

    Aug 10, 2015
  • jfairy-0.4.3

    May 27, 2015
  • jfairy-0.4.2

    May 26, 2015
  • jfairy-0.4.1

    May 14, 2015
  • jfairy-0.4.0

    Mar 29, 2015
  • jfairy-0.3.1

    Feb 15, 2015

How to add a dependency to Maven

Add the following io.codearte.jfairy : jfairy maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.codearte.jfairy</groupId>
    <artifactId>jfairy</artifactId>
    <version>0.5.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.codearte.jfairy : jfairy gradle dependency to your build.gradle file:

implementation 'io.codearte.jfairy:jfairy:0.5.9'

Gradle Kotlin DSL: Add the following io.codearte.jfairy : jfairy gradle kotlin dependency to your build.gradle.kts file:

implementation("io.codearte.jfairy:jfairy:0.5.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.codearte.jfairy : jfairy sbt scala dependency to your build.sbt file:

libraryDependencies += "io.codearte.jfairy" % "jfairy" % "0.5.9"