is not current version
Last Version 3.1.1

com.github.goodforgod:dummymaker 1.0.2

Library allow to produce Dummy Objects (POJOs) and populate their fields with random values by using annotations. And then export them in CSV/JSON/XML/SQL format.

GroupId

GroupId

com.github.goodforgod
ArtifactId

ArtifactId

dummymaker
Version

Version

1.0.2
Type

Type

jar

Download dummymaker 1.0.2


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