Files download
File Operation
mapstruct-spring-boot3-starter-1.0.2.jar download
mapstruct-spring-boot3-starter-1.0.2.pom download
mapstruct-spring-boot3-starter-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.dailinyucode</groupId>
  <artifactId>mapstruct-spring-boot3-starter</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'io.github.dailinyucode:mapstruct-spring-boot3-starter:1.0.2'
Gradle Kotlin
implementation("io.github.dailinyucode:mapstruct-spring-boot3-starter:1.0.2")
Scala SBT
libraryDependencies += "io.github.dailinyucode" % "mapstruct-spring-boot3-starter" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.dailinyucode', module='mapstruct-spring-boot3-starter', version='1.0.2')
)
Apache Ivy
<dependency org="io.github.dailinyucode" name="mapstruct-spring-boot3-starter" rev="1.0.2" />
Leiningen
[io.github.dailinyucode/mapstruct-spring-boot3-starter "1.0.2"]
Apache Buildr
'io.github.dailinyucode:mapstruct-spring-boot3-starter:jar:1.0.2'