is not current version
Last Version 5.5.1

net.sf.dozer:dozer-parent 5.4.0

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

Categories

Categories

Net
GroupId

GroupId

net.sf.dozer
ArtifactId

ArtifactId

dozer-parent
Version

Version

5.4.0
Type

Type

pom

Download dozer-parent 5.4.0

Filename Size
dozer-parent-5.4.0.pom 7 KB
Browse

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