MVN

net.sf.ipsedixit : ipsedixit

Maven & Gradle

May 19, 2012
3 usages

ipsedixit · Ipsedixit is a lightweight provider of arbitrary data, mocks and dummies for your Java testing pleasure. It is designed to reduce the amount of boilerplate setup code in your tests, allowing you to spend more time solving more interesting problems. Check out the wiki for the latest docco and examples.

<dependency>
    <groupId>net.sf.ipsedixit</groupId>
    <artifactId>ipsedixit</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.ipsedixit : ipsedixit to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of net.sf.ipsedixit : ipsedixit to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
ipsedixit-1.0.2
ipsedixit-1.0.1
ipsedixit-1.0.0
0.1.x
ipsedixit-0.1.1
0.1
ipsedixit-0.1

How to add a dependency to Maven

Add the following net.sf.ipsedixit : ipsedixit maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sf.ipsedixit</groupId>
    <artifactId>ipsedixit</artifactId>
    <version>1.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.ipsedixit : ipsedixit gradle dependency to your build.gradle file:

implementation 'net.sf.ipsedixit:ipsedixit:1.0.2'

Gradle Kotlin DSL: Add the following net.sf.ipsedixit : ipsedixit gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.ipsedixit:ipsedixit:1.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.ipsedixit : ipsedixit sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.ipsedixit" % "ipsedixit" % "1.0.2"

Advertisement