is not current version
Last Version 1.0.1

com.oneeyedmen:tdb 1.0.0

A reflective test data builder

GroupId

GroupId

com.oneeyedmen
ArtifactId

ArtifactId

tdb
Version

Version

1.0.0
Type

Type

jar

Download tdb 1.0.0


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