TDB - Test Data Builder
Now superceded by Fakir
License |
License |
---|---|
GroupId | GroupIdcom.oneeyedmen |
ArtifactId | ArtifactIdtdb |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTDB
A reflective test data builder
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
tdb-1.0.1.pom | |
tdb-1.0.1.jar | 9 KB |
tdb-1.0.1-sources.jar | 3 KB |
tdb-1.0.1-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.oneeyedmen/tdb/ -->
<dependency>
<groupId>com.oneeyedmen</groupId>
<artifactId>tdb</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.oneeyedmen/tdb/
implementation 'com.oneeyedmen:tdb:1.0.1'
// https://jarcasting.com/artifacts/com.oneeyedmen/tdb/
implementation ("com.oneeyedmen:tdb:1.0.1")
'com.oneeyedmen:tdb:jar:1.0.1'
<dependency org="com.oneeyedmen" name="tdb" rev="1.0.1">
<artifact name="tdb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oneeyedmen', module='tdb', version='1.0.1')
)
libraryDependencies += "com.oneeyedmen" % "tdb" % "1.0.1"
[com.oneeyedmen/tdb "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jmock : jmock-legacy | jar | 2.6.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
TDB - Test Data Builder
Now superceded by Fakir