is not current version
Last Version 0.2.0

com.robertboothby.djenni:djenni-parent 0.1.0

This is the parent module for all components of the Djenni framework - a test data generation framework that sets out to introduce better practices in test data management and generation. The core goals are: - to reduce the amount of time developers and testers spend manually crafting data - to make tests clearer by only focusing on the key data elements - to make tests even more complete by fuzzing data elements that are not deemed key to the test - to better support later test phases by helping developers to provide data generators suitable for large scale data generation in a thread safe / multi-threadable manner.

GroupId

GroupId

com.robertboothby.djenni
ArtifactId

ArtifactId

djenni-parent
Version

Version

0.1.0
Type

Type

pom

Download djenni-parent 0.1.0

Filename Size
djenni-parent-0.1.0.pom 6 KB
Browse

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