License |
License |
---|---|
GroupId | GroupIdcom.github.michaelruocco |
ArtifactId | ArtifactIdimmutable-dto-generator |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionImmutable DTO Generator
Code library to auto-generate code for immutable dto classes
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.github.michaelruocco/immutable-dto-generator/ -->
<dependency>
<groupId>com.github.michaelruocco</groupId>
<artifactId>immutable-dto-generator</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.michaelruocco/immutable-dto-generator/
implementation 'com.github.michaelruocco:immutable-dto-generator:1.0.0'
// https://jarcasting.com/artifacts/com.github.michaelruocco/immutable-dto-generator/
implementation ("com.github.michaelruocco:immutable-dto-generator:1.0.0")
'com.github.michaelruocco:immutable-dto-generator:jar:1.0.0'
<dependency org="com.github.michaelruocco" name="immutable-dto-generator" rev="1.0.0">
<artifact name="immutable-dto-generator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.michaelruocco', module='immutable-dto-generator', version='1.0.0')
)
libraryDependencies += "com.github.michaelruocco" % "immutable-dto-generator" % "1.0.0"
[com.github.michaelruocco/immutable-dto-generator "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.squareup : javapoet | jar | 1.10.0 |
org.apache.commons : commons-lang3 | jar | 3.7 |
junit : junit | jar | 4.12 |
org.assertj : assertj-core | jar | 3.9.1 |
org.mockito : mockito-all | jar | 1.10.19 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.9.4 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-log4j12 | jar | 1.7.25 |
com.github.michaelruocco : file-loader | jar | 3.0.3 |