Last Version

com.robertboothby.djenni:core 0.2.0

This module holds the core components of the Djenni data generator framework. By itself it provides most of the components to create an efficient end to end data generation framework for a specific domain. It contains the core SupplierBuilder interfaces, implementations for the core Java data types and useful test components. It is intended to be used in conjunction with the source-generator module that will speed up delivery of domain specific data generation and also with common domain modules (TBD) that deliver standard generators for common frameworks such as JAXB.

License

License

GroupId

GroupId

com.robertboothby.djenni
ArtifactId

ArtifactId

core
Version

Version

0.2.0
Type

Type

jar
Description

Description

This module holds the core components of the Djenni data generator framework. By itself it provides most of the components to create an efficient end to end data generation framework for a specific domain. It contains the core SupplierBuilder interfaces, implementations for the core Java data types and useful test components. It is intended to be used in conjunction with the source-generator module that will speed up delivery of domain specific data generation and also with common domain modules (TBD) that deliver standard generators for common frameworks such as JAXB.

Download core 0.2.0


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

Dependencies

compile (4)

Group / Artifact Type Version
com.robertboothby.djenni : util jar 0.2.0
org.apache.commons : commons-lang3 jar 3.7
org.hamcrest : hamcrest-library jar 1.3
org.apache.commons : commons-rng-simple jar 1.0

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-core jar 2.18.0

Project Modules

There are no modules declared in this project.