License |
License |
---|---|
Categories |
CategoriesMapStruct General Purpose Libraries Bean Mapping |
GroupId | GroupIdorg.mapstruct |
ArtifactId | ArtifactIdmapstruct-parent |
Last Version | Last Version1.5.2.Final |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionMapStruct Parent
An annotation processor for generating type-safe bean mappers
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mapstruct-parent-1.5.2.Final.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mapstruct/mapstruct-parent/ -->
<dependency>
<groupId>org.mapstruct</groupId>
<artifactId>mapstruct-parent</artifactId>
<version>1.5.2.Final</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.mapstruct/mapstruct-parent/
implementation 'org.mapstruct:mapstruct-parent:1.5.2.Final'
// https://jarcasting.com/artifacts/org.mapstruct/mapstruct-parent/
implementation ("org.mapstruct:mapstruct-parent:1.5.2.Final")
'org.mapstruct:mapstruct-parent:pom:1.5.2.Final'
<dependency org="org.mapstruct" name="mapstruct-parent" rev="1.5.2.Final">
<artifact name="mapstruct-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.mapstruct', module='mapstruct-parent', version='1.5.2.Final')
)
libraryDependencies += "org.mapstruct" % "mapstruct-parent" % "1.5.2.Final"
[org.mapstruct/mapstruct-parent "1.5.2.Final"]