MVN

org.mapstruct.tools.gem : gem-processor

Maven & Gradle

Dec 29, 2021
18 stars

MapStruct Tools Gem Processor · An annotation processor for generating gems for annotations

<dependency>
    <groupId>org.mapstruct.tools.gem</groupId>
    <artifactId>gem-processor</artifactId>
    <version>1.0.0.Alpha3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mapstruct.tools.gem : gem-processor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0.Alpha3
  • Latest Alpha: 1.0.0.Alpha3

All Versions

Choose a version of org.mapstruct.tools.gem : gem-processor to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
gem-processor-1.0.0.Alpha3
gem-processor-1.0.0.Alpha2
gem-processor-1.0.0.Alpha1

How to add a dependency to Maven

Add the following org.mapstruct.tools.gem : gem-processor maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.mapstruct.tools.gem</groupId>
    <artifactId>gem-processor</artifactId>
    <version>1.0.0.Alpha3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.mapstruct.tools.gem : gem-processor gradle dependency to your build.gradle file:

implementation 'org.mapstruct.tools.gem:gem-processor:1.0.0.Alpha3'

Gradle Kotlin DSL: Add the following org.mapstruct.tools.gem : gem-processor gradle kotlin dependency to your build.gradle.kts file:

implementation("org.mapstruct.tools.gem:gem-processor:1.0.0.Alpha3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.mapstruct.tools.gem : gem-processor sbt scala dependency to your build.sbt file:

libraryDependencies += "org.mapstruct.tools.gem" % "gem-processor" % "1.0.0.Alpha3"

Advertisement