is not current version
Last Version 6.5.2

com.github.dozermapper:dozer-parent 6.4.0

Dozer is a powerful Java Bean to Java Bean mapper that recursively copies data from one object to another

GroupId

GroupId

com.github.dozermapper
ArtifactId

ArtifactId

dozer-parent
Version

Version

6.4.0
Type

Type

pom

Download dozer-parent 6.4.0

Filename Size
dozer-parent-6.4.0.pom 18 KB
Browse

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