License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sf.ipsedixit |
ArtifactId | ArtifactIdipsedixit |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionipsedixit
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.
|
Filename | Size |
---|---|
ipsedixit-1.0.2.pom | |
ipsedixit-1.0.2.jar | 57 KB |
ipsedixit-1.0.2-sources.jar | 55 KB |
ipsedixit-1.0.2-javadoc.jar | 313 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit-dep | jar | 4.8.2 |
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 |