| Категории |
КатегорииSpring Boot Контейнер Микросервисы Auto Библиотеки уровня приложения Code Generators config Configuration |
|---|---|
| Группа | Группаcom.github.dozermapper |
| Идентификатор | Идентификаторdozer-spring-boot-autoconfigure |
| Версия | Версия6.5.0 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.github.dozermapper/dozer-spring-boot-autoconfigure/ -->
<dependency>
<groupId>com.github.dozermapper</groupId>
<artifactId>dozer-spring-boot-autoconfigure</artifactId>
<version>6.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dozermapper/dozer-spring-boot-autoconfigure/
implementation 'com.github.dozermapper:dozer-spring-boot-autoconfigure:6.5.0'
// https://jarcasting.com/artifacts/com.github.dozermapper/dozer-spring-boot-autoconfigure/
implementation ("com.github.dozermapper:dozer-spring-boot-autoconfigure:6.5.0")
'com.github.dozermapper:dozer-spring-boot-autoconfigure:jar:6.5.0'
<dependency org="com.github.dozermapper" name="dozer-spring-boot-autoconfigure" rev="6.5.0">
<artifact name="dozer-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dozermapper', module='dozer-spring-boot-autoconfigure', version='6.5.0')
)
libraryDependencies += "com.github.dozermapper" % "dozer-spring-boot-autoconfigure" % "6.5.0"
[com.github.dozermapper/dozer-spring-boot-autoconfigure "6.5.0"]