is not current version
Last Version 2.0.8

org.exparity:exparity-stub 1.1.3

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

1.1.3
Type

Type

jar

Download exparity-stub 1.1.3


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