License |
License |
---|---|
Categories |
CategoriesMapStruct General Purpose Libraries Bean Mapping |
GroupId | GroupIdde.andreasgerhard |
ArtifactId | ArtifactIdmapstruct-4builder |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionde.andreasgerhard:mapstruct-4builder
A MapStruct extension (http://mapstruct.org/) that also supports Builder.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mapstruct-4builder-0.1.pom | |
mapstruct-4builder-0.1.jar | 5 KB |
mapstruct-4builder-0.1-sources.jar | 2 KB |
mapstruct-4builder-0.1-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.andreasgerhard/mapstruct-4builder/ -->
<dependency>
<groupId>de.andreasgerhard</groupId>
<artifactId>mapstruct-4builder</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.andreasgerhard/mapstruct-4builder/
implementation 'de.andreasgerhard:mapstruct-4builder:0.1'
// https://jarcasting.com/artifacts/de.andreasgerhard/mapstruct-4builder/
implementation ("de.andreasgerhard:mapstruct-4builder:0.1")
'de.andreasgerhard:mapstruct-4builder:jar:0.1'
<dependency org="de.andreasgerhard" name="mapstruct-4builder" rev="0.1">
<artifact name="mapstruct-4builder" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.andreasgerhard', module='mapstruct-4builder', version='0.1')
)
libraryDependencies += "de.andreasgerhard" % "mapstruct-4builder" % "0.1"
[de.andreasgerhard/mapstruct-4builder "0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.mapstruct : mapstruct-processor | jar | 1.2.0.Final |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.projectlombok : lombok | jar | 1.16.16 |
org.mapstruct : mapstruct-jdk8 | jar | 1.2.0.Final |