<dependency> <groupId>org.mapstruct</groupId> <artifactId>mapstruct-parent</artifactId> <version>1.6.3</version> <type>pom</type> </dependency>
implementation 'org.mapstruct:mapstruct-parent:1.6.3'
implementation("org.mapstruct:mapstruct-parent:1.6.3")
libraryDependencies += "org.mapstruct" % "mapstruct-parent" % "1.6.3"
@Grapes( @Grab(group='org.mapstruct', module='mapstruct-parent', version='1.6.3') )
<dependency org="org.mapstruct" name="mapstruct-parent" rev="1.6.3" />
[org.mapstruct/mapstruct-parent "1.6.3"]
'org.mapstruct:mapstruct-parent:jar:1.6.3'