is not current version
Last Version 1.5.2.Final

org.mapstruct:mapstruct-parent 1.0.0.Beta4

An annotation processor for generating type-safe bean mappers

Categories

Categories

MapStruct General Purpose Libraries Bean Mapping
GroupId

GroupId

org.mapstruct
ArtifactId

ArtifactId

mapstruct-parent
Version

Version

1.0.0.Beta4
Type

Type

pom

Download mapstruct-parent 1.0.0.Beta4


<!-- https://jarcasting.com/artifacts/org.mapstruct/mapstruct-parent/ -->
<dependency>
    <groupId>org.mapstruct</groupId>
    <artifactId>mapstruct-parent</artifactId>
    <version>1.0.0.Beta4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.mapstruct/mapstruct-parent/
implementation 'org.mapstruct:mapstruct-parent:1.0.0.Beta4'
// https://jarcasting.com/artifacts/org.mapstruct/mapstruct-parent/
implementation ("org.mapstruct:mapstruct-parent:1.0.0.Beta4")
'org.mapstruct:mapstruct-parent:pom:1.0.0.Beta4'
<dependency org="org.mapstruct" name="mapstruct-parent" rev="1.0.0.Beta4">
  <artifact name="mapstruct-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.mapstruct', module='mapstruct-parent', version='1.0.0.Beta4')
)
libraryDependencies += "org.mapstruct" % "mapstruct-parent" % "1.0.0.Beta4"
[org.mapstruct/mapstruct-parent "1.0.0.Beta4"]