MapStruct Parent

An annotation processor for generating type-safe bean mappers

License

License

Categories

Categories

MapStruct General Purpose Libraries Bean Mapping
GroupId

GroupId

org.mapstruct
ArtifactId

ArtifactId

mapstruct-parent
Last Version

Last Version

1.5.2.Final
Release Date

Release Date

Type

Type

pom
Description

Description

MapStruct Parent
An annotation processor for generating type-safe bean mappers
Project URL

Project URL

http://mapstruct.org/
Source Code Management

Source Code Management

https://github.com/mapstruct/mapstruct/

Download mapstruct-parent

How to add to project

<!-- 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.
org.mapstruct
A code generator for fast type-safe bean mappings

Versions

Version
1.5.2.Final
1.5.1.Final
1.5.0.Final
1.5.0.RC1
1.5.0.Beta2
1.5.0.Beta1
1.4.2.Final
1.4.1.Final
1.4.0.Final
1.4.0.CR1
1.4.0.Beta3
1.4.0.Beta2
1.4.0.Beta1
1.3.1.Final
1.3.0.Final
1.3.0.Beta2
1.3.0.Beta1
1.2.0.Final
1.2.0.CR2
1.2.0.CR1
1.2.0.Beta3
1.2.0.Beta2
1.2.0.Beta1
1.1.0.Final
1.1.0.CR2
1.1.0.CR1
1.1.0.Beta2
1.1.0.Beta1
1.0.0.Final
1.0.0.CR2
1.0.0.CR1
1.0.0.Beta4
1.0.0.Beta3
1.0.0.Beta2
1.0.0.Beta1
1.0.0.Alpha2
1.0.0.Alpha1