Categories |
CategoriesSpring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration |
---|---|
GroupId | GroupIdcom.github.dozermapper |
ArtifactId | ArtifactIddozer-spring-boot-autoconfigure |
Version | Version6.4.1 |
Type | Typejar |
<!-- 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.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dozermapper/dozer-spring-boot-autoconfigure/
implementation 'com.github.dozermapper:dozer-spring-boot-autoconfigure:6.4.1'
// https://jarcasting.com/artifacts/com.github.dozermapper/dozer-spring-boot-autoconfigure/
implementation ("com.github.dozermapper:dozer-spring-boot-autoconfigure:6.4.1")
'com.github.dozermapper:dozer-spring-boot-autoconfigure:jar:6.4.1'
<dependency org="com.github.dozermapper" name="dozer-spring-boot-autoconfigure" rev="6.4.1">
<artifact name="dozer-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dozermapper', module='dozer-spring-boot-autoconfigure', version='6.4.1')
)
libraryDependencies += "com.github.dozermapper" % "dozer-spring-boot-autoconfigure" % "6.4.1"
[com.github.dozermapper/dozer-spring-boot-autoconfigure "6.4.1"]