com.robertboothby.djenni:djenni-source-maven-example

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.

Лицензия

Лицензия

Категории

Категории

Maven Компиляция и сборка
Группа

Группа

com.robertboothby.djenni
Идентификатор

Идентификатор

djenni-source-maven-example
Последняя версия

Последняя версия

0.2.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

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.

Скачать djenni-source-maven-example

Как подключить последнюю версию

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
com.robertboothby.djenni : core jar 0.2.0
org.hamcrest : hamcrest-all jar 1.3

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
0.2.0
0.1.0