License |
License |
---|---|
GroupId | GroupIdcom.github.regis-leray |
ArtifactId | ArtifactIdfactory-duke |
Version | Version0.8 |
Type | Typejar |
Description |
DescriptionFactory Duke
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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
factory-duke-0.8.pom | |
factory-duke-0.8.jar | 31 KB |
factory-duke-0.8-sources.jar | 14 KB |
factory-duke-0.8-javadoc.jar | 189 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.regis-leray/factory-duke/ -->
<dependency>
<groupId>com.github.regis-leray</groupId>
<artifactId>factory-duke</artifactId>
<version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.regis-leray/factory-duke/
implementation 'com.github.regis-leray:factory-duke:0.8'
// https://jarcasting.com/artifacts/com.github.regis-leray/factory-duke/
implementation ("com.github.regis-leray:factory-duke:0.8")
'com.github.regis-leray:factory-duke:jar:0.8'
<dependency org="com.github.regis-leray" name="factory-duke" rev="0.8">
<artifact name="factory-duke" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.regis-leray', module='factory-duke', version='0.8')
)
libraryDependencies += "com.github.regis-leray" % "factory-duke" % "0.8"
[com.github.regis-leray/factory-duke "0.8"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.13 |
io.github.lukehutch : fast-classpath-scanner | jar | 1.9.17 |
ch.qos.logback : logback-classic Optional | jar | 1.1.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 1.10.19 |
org.assertj : assertj-core | jar | 3.3.0 |