License |
License |
---|---|
Categories |
CategoriesParity Business Logic Libraries Financial |
GroupId | GroupIdorg.exparity |
ArtifactId | ArtifactIdtest-object-builder |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTest Object Builder
A library to support configurable instantiation and creation of random objects to use as test dummy's for model objects
|
Project URL |
Project URL |
Filename | Size |
---|---|
test-object-builder-1.0.0.pom | |
test-object-builder-1.0.0.jar | 55 KB |
test-object-builder-1.0.0-sources.jar | 17 KB |
test-object-builder-1.0.0-javadoc.jar | 120 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.exparity/test-object-builder/ -->
<dependency>
<groupId>org.exparity</groupId>
<artifactId>test-object-builder</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.exparity/test-object-builder/
implementation 'org.exparity:test-object-builder:1.0.0'
// https://jarcasting.com/artifacts/org.exparity/test-object-builder/
implementation ("org.exparity:test-object-builder:1.0.0")
'org.exparity:test-object-builder:jar:1.0.0'
<dependency org="org.exparity" name="test-object-builder" rev="1.0.0">
<artifact name="test-object-builder" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.exparity', module='test-object-builder', version='1.0.0')
)
libraryDependencies += "org.exparity" % "test-object-builder" % "1.0.0"
[org.exparity/test-object-builder "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.6.6 |
uk.co.modular-it : bean-utils | jar | 0.9.10 |
commons-lang : commons-lang | jar | 2.6 |
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 |