is not current version
Last Version 2.0.8

org.exparity:exparity-stub 2.0.4

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.

Categories

Categories

Parity Business Logic Libraries Financial
GroupId

GroupId

org.exparity
ArtifactId

ArtifactId

exparity-stub
Version

Version

2.0.4
Type

Type

jar

Download exparity-stub 2.0.4


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