MVN

dev.windly : limbo-mapstruct

Maven & Gradle

Jan 21, 2023
5 stars

Limbo MapStruct · A collection of ready to use mapper definitions for MapStruct.

<dependency>
    <groupId>dev.windly</groupId>
    <artifactId>limbo-mapstruct</artifactId>
    <version>5.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.windly : limbo-mapstruct to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.0.2

All Versions

Choose a version of dev.windly : limbo-mapstruct to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.0.x
limbo-mapstruct-5.0.2
1.0.x
limbo-mapstruct-1.0.1

How to add a dependency to Maven

Add the following dev.windly : limbo-mapstruct maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.windly</groupId>
    <artifactId>limbo-mapstruct</artifactId>
    <version>5.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.windly : limbo-mapstruct gradle dependency to your build.gradle file:

implementation 'dev.windly:limbo-mapstruct:5.0.2'

Gradle Kotlin DSL: Add the following dev.windly : limbo-mapstruct gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.windly:limbo-mapstruct:5.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.windly : limbo-mapstruct sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.windly" % "limbo-mapstruct" % "5.0.2"

Advertisement