is not current version
Last Version 0.2.0

com.robertboothby.djenni:common-generators 0.1.0

This module contains generators for common domains and common standards. Currently contains - Person name generator.

GroupId

GroupId

com.robertboothby.djenni
ArtifactId

ArtifactId

common-generators
Version

Version

0.1.0
Type

Type

jar

Download common-generators 0.1.0


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