is not current version
Last Version 0.8

com.github.regis-leray:factory-duke 0.6

FactoryDuke is a java framework that lets you create objects as test data. All you have to do is define the templates for each of the classes that you want FactoryDuke to create objects from. After that, FactoryDuke takes care of the rest.

GroupId

GroupId

com.github.regis-leray
ArtifactId

ArtifactId

factory-duke
Version

Version

0.6
Type

Type

jar

Download factory-duke 0.6


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