MVN

com.robertboothby.djenni : djenni-parent

Maven & Gradle

Nov 11, 2019
0 stars

Djenni - Data Generator Framework · 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.

<dependency>
    <groupId>com.robertboothby.djenni</groupId>
    <artifactId>djenni-parent</artifactId>
    <version>0.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.robertboothby.djenni : djenni-parent to add to Maven - Latest Versions:

  • Latest Stable: 0.2.0

All Versions

Choose a version of com.robertboothby.djenni : djenni-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
0.2.x
djenni-parent-0.2.0
0.1.x
djenni-parent-0.1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.robertboothby.djenni</groupId>
    <artifactId>djenni-parent</artifactId>
    <version>0.2.0</version>
</dependency>