MVN

com.github.lucassaldanha : playdoh

Maven & Gradle

Aug 24, 2015
13 stars

Play-Doh · A Java library to create test objects (with random data or based on fixture files)

<dependency>
    <groupId>com.github.lucassaldanha</groupId>
    <artifactId>playdoh</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.1

All Versions

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

Version Vulnerabilities Updated
1.0.x
playdoh-1.0.1
1.0
playdoh-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.lucassaldanha</groupId>
    <artifactId>playdoh</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.lucassaldanha:playdoh:1.0.1'

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

implementation("com.github.lucassaldanha:playdoh:1.0.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.lucassaldanha" % "playdoh" % "1.0.1"