License |
License |
---|---|
GroupId | GroupIdcom.robertboothby.djenni |
ArtifactId | ArtifactIdcommon-generators |
Version | Version0.2.0 |
Type | Typejar |
Description |
DescriptionThis module contains generators for common domains and common standards.
Currently contains
- Person name generator.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
common-generators-0.2.0.pom | |
common-generators-0.2.0.jar | 285 KB |
common-generators-0.2.0-sources.jar | 283 KB |
common-generators-0.2.0-javadoc.jar | 414 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.robertboothby.djenni/common-generators/ -->
<dependency>
<groupId>com.robertboothby.djenni</groupId>
<artifactId>common-generators</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.robertboothby.djenni/common-generators/
implementation 'com.robertboothby.djenni:common-generators:0.2.0'
// https://jarcasting.com/artifacts/com.robertboothby.djenni/common-generators/
implementation ("com.robertboothby.djenni:common-generators:0.2.0")
'com.robertboothby.djenni:common-generators:jar:0.2.0'
<dependency org="com.robertboothby.djenni" name="common-generators" rev="0.2.0">
<artifact name="common-generators" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.robertboothby.djenni', module='common-generators', version='0.2.0')
)
libraryDependencies += "com.robertboothby.djenni" % "common-generators" % "0.2.0"
[com.robertboothby.djenni/common-generators "0.2.0"]
Group / Artifact | Type | Version |
---|---|---|
com.robertboothby.djenni : core | jar | 0.2.0 |
com.robertboothby.djenni : core | test-jar | 0.2.0 |
org.hamcrest : hamcrest-library | jar | 1.3 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.10.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |