MVN

io.codearte.jfairy : jfairy

Maven & Gradle

Nov 15, 2017
35 usages
40 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 Vulnerabilities Updated
0.5.x
jfairy-0.5.9
jfairy-0.5.8
jfairy-0.5.7
jfairy-0.5.6
jfairy-0.5.5
jfairy-0.5.3
jfairy-0.5.2
jfairy-0.5.1
jfairy-0.5.0
0.4.x
jfairy-0.4.3
jfairy-0.4.2
jfairy-0.4.1
jfairy-0.4.0
0.3.x
jfairy-0.3.1

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"

Advertisement