is not current version
Last Version 1.4.0.0

com.github.pozo:mapstruct-kotlin 1.3.1.2

KotlinBuilder annotation for plugin for mapstruct

Categories

Categories

Kotlin Languages MapStruct General Purpose Libraries Bean Mapping
GroupId

GroupId

com.github.pozo
ArtifactId

ArtifactId

mapstruct-kotlin
Version

Version

1.3.1.2
Type

Type

jar

Download mapstruct-kotlin 1.3.1.2


<!-- https://jarcasting.com/artifacts/com.github.pozo/mapstruct-kotlin/ -->
<dependency>
    <groupId>com.github.pozo</groupId>
    <artifactId>mapstruct-kotlin</artifactId>
    <version>1.3.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pozo/mapstruct-kotlin/
implementation 'com.github.pozo:mapstruct-kotlin:1.3.1.2'
// https://jarcasting.com/artifacts/com.github.pozo/mapstruct-kotlin/
implementation ("com.github.pozo:mapstruct-kotlin:1.3.1.2")
'com.github.pozo:mapstruct-kotlin:jar:1.3.1.2'
<dependency org="com.github.pozo" name="mapstruct-kotlin" rev="1.3.1.2">
  <artifact name="mapstruct-kotlin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pozo', module='mapstruct-kotlin', version='1.3.1.2')
)
libraryDependencies += "com.github.pozo" % "mapstruct-kotlin" % "1.3.1.2"
[com.github.pozo/mapstruct-kotlin "1.3.1.2"]