c

core

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.
Files download
File Operation
core-0.2.0.jar download
core-0.2.0.pom download
core-0.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.robertboothby.djenni</groupId>
  <artifactId>core</artifactId>
  <version>0.2.0</version>
</dependency>
Gradle Groovy
implementation 'com.robertboothby.djenni:core:0.2.0'
Gradle Kotlin
implementation("com.robertboothby.djenni:core:0.2.0")
Scala SBT
libraryDependencies += "com.robertboothby.djenni" % "core" % "0.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.robertboothby.djenni', module='core', version='0.2.0')
)
Apache Ivy
<dependency org="com.robertboothby.djenni" name="core" rev="0.2.0" />
Leiningen
[com.robertboothby.djenni/core "0.2.0"]
Apache Buildr
'com.robertboothby.djenni:core:jar:0.2.0'