MVN

com.github.thiagokimo : faker

Maven & Gradle

Aug 27, 2015
1 usages
237 stars

Faker · Provides fake data to your Android apps

<dependency>
    <groupId>com.github.thiagokimo</groupId>
    <artifactId>faker</artifactId>
    <version>1.4.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.thiagokimo : faker to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.3

All Versions

Choose a version of com.github.thiagokimo : faker to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
faker-1.4.3
faker-1.4.2
faker-1.4.1
faker-1.4.0
1.3.x
faker-1.3.1
faker-1.3.0
1.2.x
faker-1.2.0
1.1.x
faker-1.1.0
1.0.x
faker-1.0.0

How to add a dependency to Maven

Add the following com.github.thiagokimo : faker maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.thiagokimo</groupId>
    <artifactId>faker</artifactId>
    <version>1.4.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.thiagokimo : faker gradle dependency to your build.gradle file:

implementation 'com.github.thiagokimo:faker:1.4.3'

Gradle Kotlin DSL: Add the following com.github.thiagokimo : faker gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.thiagokimo:faker:1.4.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.thiagokimo : faker sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.thiagokimo" % "faker" % "1.4.3"