MapStruct Parent

An annotation processor for generating type-safe bean mappers

Лицензия

Лицензия

Категории

Категории

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

Группа

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

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

mapstruct-parent
Последняя версия

Последняя версия

1.5.2.Final
Дата

Дата

Тип

Тип

pom
Описание

Описание

MapStruct Parent
An annotation processor for generating type-safe bean mappers
Ссылка на сайт

Ссылка на сайт

http://mapstruct.org/
Система контроля версий

Система контроля версий

https://github.com/mapstruct/mapstruct/

Скачать mapstruct-parent

Имя Файла Размер
mapstruct-parent-1.5.2.Final.pom 1 KB
Обзор

Как подключить последнюю версию

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.
org.mapstruct
A code generator for fast type-safe bean mappings

Версии библиотеки

Версия
1.5.2.Final
1.5.1.Final
1.5.0.Final
1.5.0.RC1
1.5.0.Beta2
1.5.0.Beta1
1.4.2.Final
1.4.1.Final
1.4.0.Final
1.4.0.CR1
1.4.0.Beta3
1.4.0.Beta2
1.4.0.Beta1
1.3.1.Final
1.3.0.Final
1.3.0.Beta2
1.3.0.Beta1
1.2.0.Final
1.2.0.CR2
1.2.0.CR1
1.2.0.Beta3
1.2.0.Beta2
1.2.0.Beta1
1.1.0.Final
1.1.0.CR2
1.1.0.CR1
1.1.0.Beta2
1.1.0.Beta1
1.0.0.Final
1.0.0.CR2
1.0.0.CR1
1.0.0.Beta4
1.0.0.Beta3
1.0.0.Beta2
1.0.0.Beta1
1.0.0.Alpha2
1.0.0.Alpha1