License |
License |
---|---|
Categories |
CategoriesParity Business Logic Libraries Financial |
GroupId | GroupIdorg.exparity |
ArtifactId | ArtifactIdexparity-stub |
Last Version | Last Version2.0.8 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionExparity Stub
A Java library to support creation of test stubs. The library can create complete object graphs populated completely randomly, or can be populated with a mix of random and configured values.
|
Project URL |
Project URL |
Filename | Size |
---|---|
exparity-stub-2.0.8.pom | |
exparity-stub-2.0.8.jar | 47 KB |
exparity-stub-2.0.8-sources.jar | 13 KB |
exparity-stub-2.0.8-javadoc.jar | 91 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.exparity/exparity-stub/ -->
<dependency>
<groupId>org.exparity</groupId>
<artifactId>exparity-stub</artifactId>
<version>2.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.exparity/exparity-stub/
implementation 'org.exparity:exparity-stub:2.0.8'
// https://jarcasting.com/artifacts/org.exparity/exparity-stub/
implementation ("org.exparity:exparity-stub:2.0.8")
'org.exparity:exparity-stub:jar:2.0.8'
<dependency org="org.exparity" name="exparity-stub" rev="2.0.8">
<artifact name="exparity-stub" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.exparity', module='exparity-stub', version='2.0.8')
)
libraryDependencies += "org.exparity" % "exparity-stub" % "2.0.8"
[org.exparity/exparity-stub "2.0.8"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.6.6 |
org.exparity : exparity-bean | jar | 1.0.3 |
commons-lang : commons-lang | jar | 2.6 |
cglib : cglib-nodep | jar | 3.1 |
org.objenesis : objenesis | jar | 2.1 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-core | jar | 1.9.0 |
org.hamcrest : hamcrest-core | jar | 1.3 |
org.hamcrest : hamcrest-all | jar | 1.3 |
junit : junit | jar | 4.10 |
ch.qos.logback : logback-classic | jar | 1.0.7 |