| Категории |
КатегорииGUI Взаимодействие с пользователем MapStruct Универсальные библиотеки Bean Mapping Guice Библиотеки уровня приложения Dependency Injection |
|---|---|
| Группа | Группаcom.guicedee.services |
| Идентификатор | Идентификаторmapstruct |
| Версия | Версия1.0.18.1-jre14 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| mapstruct-1.0.18.1-jre14.pom | |
| mapstruct-1.0.18.1-jre14.jar | 30 KB |
| mapstruct-1.0.18.1-jre14-sources.jar | 52 KB |
| mapstruct-1.0.18.1-jre14-javadoc.jar | 390 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.guicedee.services/mapstruct/ -->
<dependency>
<groupId>com.guicedee.services</groupId>
<artifactId>mapstruct</artifactId>
<version>1.0.18.1-jre14</version>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee.services/mapstruct/
implementation 'com.guicedee.services:mapstruct:1.0.18.1-jre14'
// https://jarcasting.com/artifacts/com.guicedee.services/mapstruct/
implementation ("com.guicedee.services:mapstruct:1.0.18.1-jre14")
'com.guicedee.services:mapstruct:jar:1.0.18.1-jre14'
<dependency org="com.guicedee.services" name="mapstruct" rev="1.0.18.1-jre14">
<artifact name="mapstruct" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.services', module='mapstruct', version='1.0.18.1-jre14')
)
libraryDependencies += "com.guicedee.services" % "mapstruct" % "1.0.18.1-jre14"
[com.guicedee.services/mapstruct "1.0.18.1-jre14"]