is not current version
Last Version 0.2.0

com.robertboothby.djenni:core 0.1.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.

GroupId

GroupId

com.robertboothby.djenni
ArtifactId

ArtifactId

core
Version

Version

0.1.0
Type

Type

jar

Download core 0.1.0


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