MVN

io.github.spring-mapstruct : mapstruct

Maven & Gradle

Sep 11, 2023
6.8k stars

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

<dependency>
    <groupId>io.github.spring-mapstruct</groupId>
    <artifactId>mapstruct</artifactId>
    <version>1.5.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.spring-mapstruct : mapstruct to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.6

All Versions

Choose a version of io.github.spring-mapstruct : mapstruct to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
mapstruct-1.5.6
mapstruct-1.5.5

How to add a dependency to Maven

Add the following io.github.spring-mapstruct : mapstruct maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.spring-mapstruct</groupId>
    <artifactId>mapstruct</artifactId>
    <version>1.5.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.spring-mapstruct : mapstruct gradle dependency to your build.gradle file:

implementation 'io.github.spring-mapstruct:mapstruct:1.5.6'

Gradle Kotlin DSL: Add the following io.github.spring-mapstruct : mapstruct gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.spring-mapstruct:mapstruct:1.5.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.spring-mapstruct : mapstruct sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.spring-mapstruct" % "mapstruct" % "1.5.6"