MapStruct Core

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
Last Version

Last Version

1.5.2.Final
Release Date

Release Date

Type

Type

jar
Description

Description

MapStruct Core
An annotation processor for generating type-safe bean mappers

Download mapstruct

How to add to project

<!-- https://jarcasting.com/artifacts/org.mapstruct/mapstruct/ -->
<dependency>
    <groupId>org.mapstruct</groupId>
    <artifactId>mapstruct</artifactId>
    <version>1.5.2.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.mapstruct/mapstruct/
implementation 'org.mapstruct:mapstruct:1.5.2.Final'
// https://jarcasting.com/artifacts/org.mapstruct/mapstruct/
implementation ("org.mapstruct:mapstruct:1.5.2.Final")
'org.mapstruct:mapstruct:jar:1.5.2.Final'
<dependency org="org.mapstruct" name="mapstruct" rev="1.5.2.Final">
  <artifact name="mapstruct" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mapstruct', module='mapstruct', version='1.5.2.Final')
)
libraryDependencies += "org.mapstruct" % "mapstruct" % "1.5.2.Final"
[org.mapstruct/mapstruct "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