не последняя версия
Последняя версия 1.5.2.Final

org.mapstruct:mapstruct-parent 1.2.0.Beta1

An annotation processor for generating type-safe bean mappers

Категории

Категории

MapStruct Универсальные библиотеки Bean Mapping
Группа

Группа

org.mapstruct
Идентификатор

Идентификатор

mapstruct-parent
Версия

Версия

1.2.0.Beta1
Тип

Тип

pom

Скачать mapstruct-parent 1.2.0.Beta1

Имя Файла Размер
mapstruct-parent-1.2.0.Beta1.pom 28 KB
Обзор

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