Download exparity-stub-1.1.3.jar file - Jar e

Jar examples for e:exparity-stub

Description

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.

You can download jar file exparity-stub 1.1.3 in this page.

License

New BSD License

Build File

You can use the following script to add exparity-stub-1.1.3.jar to your project.

<dependency>
   <groupId>org.exparity</groupId>
   <artifactId>exparity-stub</artifactId>
   <version>1.1.3</version>
</dependency>
compile group: 'org.exparity', name: 'exparity-stub', version: '1.1.3'
libraryDependencies += "org.exparity" % "exparity-stub" % "1.1.3"
<dependency org="org.exparity" name="exparity-stub" rev="1.1.3"/>
@Grapes(@Grab(group='org.exparity', module='exparity-stub', version='1.1.3'))
'org.exparity:exparity-stub:jar:1.1.3'

Download

Click the following link to download the jar file.

exparity-stub-1.1.3-javadoc.jar
exparity-stub-1.1.3-sources.jar
exparity-stub-1.1.3.jar
exparity-stub-1.1.3.pom



Related Tutorials