Last Version

com.robertboothby.djenni:util 0.2.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.

License

License

GroupId

GroupId

com.robertboothby.djenni
ArtifactId

ArtifactId

util
Version

Version

0.2.0
Type

Type

jar
Description

Description

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.

Download util 0.2.0


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.