Last Version

ipsedixit 1.0.2

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.

License

License

Categories

Categories

Net
GroupId

GroupId

net.sf.ipsedixit
ArtifactId

ArtifactId

ipsedixit
Version

Version

1.0.2
Type

Type

jar
Description

Description

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.

Download ipsedixit 1.0.2


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

Dependencies

compile (5)

Group / Artifact Type Version
org.objenesis : objenesis jar 1.0
commons-lang : commons-lang jar 2.4
cglib : cglib jar 2.1_3
org.springframework : spring-test Optional jar 3.0.1.RELEASE
org.springframework : spring-core Optional jar 3.0.1.RELEASE

provided (1)

Group / Artifact Type Version
junit : junit-dep jar 4.8.2

test (5)

Group / Artifact Type Version
org.springframework : spring-beans jar 3.0.1.RELEASE
org.hamcrest : hamcrest-library jar 1.2.1
org.hamcrest : hamcrest-core jar 1.2.1
org.easymock : easymockclassextension jar 2.3
commons-logging : commons-logging jar 1.1.1

Project Modules

There are no modules declared in this project.