is not current version
Last Version 1.0.2

net.sf.ipsedixit:ipsedixit 1.0.1

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.

Categories

Categories

Net
GroupId

GroupId

net.sf.ipsedixit
ArtifactId

ArtifactId

ipsedixit
Version

Version

1.0.1
Type

Type

jar

Download ipsedixit 1.0.1


<!-- https://jarcasting.com/artifacts/net.sf.ipsedixit/ipsedixit/ -->
<dependency>
    <groupId>net.sf.ipsedixit</groupId>
    <artifactId>ipsedixit</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.ipsedixit/ipsedixit/
implementation 'net.sf.ipsedixit:ipsedixit:1.0.1'
// https://jarcasting.com/artifacts/net.sf.ipsedixit/ipsedixit/
implementation ("net.sf.ipsedixit:ipsedixit:1.0.1")
'net.sf.ipsedixit:ipsedixit:jar:1.0.1'
<dependency org="net.sf.ipsedixit" name="ipsedixit" rev="1.0.1">
  <artifact name="ipsedixit" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.ipsedixit', module='ipsedixit', version='1.0.1')
)
libraryDependencies += "net.sf.ipsedixit" % "ipsedixit" % "1.0.1"
[net.sf.ipsedixit/ipsedixit "1.0.1"]