GroupId | GroupIdcom.github.dozermapper |
---|---|
ArtifactId | ArtifactIddozer-integrations |
Version | Version6.2.0 |
Type | Typepom |
Filename | Size |
---|---|
dozer-integrations-6.2.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dozermapper/dozer-integrations/ -->
<dependency>
<groupId>com.github.dozermapper</groupId>
<artifactId>dozer-integrations</artifactId>
<version>6.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.dozermapper/dozer-integrations/
implementation 'com.github.dozermapper:dozer-integrations:6.2.0'
// https://jarcasting.com/artifacts/com.github.dozermapper/dozer-integrations/
implementation ("com.github.dozermapper:dozer-integrations:6.2.0")
'com.github.dozermapper:dozer-integrations:pom:6.2.0'
<dependency org="com.github.dozermapper" name="dozer-integrations" rev="6.2.0">
<artifact name="dozer-integrations" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.dozermapper', module='dozer-integrations', version='6.2.0')
)
libraryDependencies += "com.github.dozermapper" % "dozer-integrations" % "6.2.0"
[com.github.dozermapper/dozer-integrations "6.2.0"]