GroupId | GroupIdcom.github.dozermapper |
---|---|
ArtifactId | ArtifactIddozer-integrations |
Version | Version6.4.1 |
Type | Typepom |
Filename | Size |
---|---|
dozer-integrations-6.4.1.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.4.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.dozermapper/dozer-integrations/
implementation 'com.github.dozermapper:dozer-integrations:6.4.1'
// https://jarcasting.com/artifacts/com.github.dozermapper/dozer-integrations/
implementation ("com.github.dozermapper:dozer-integrations:6.4.1")
'com.github.dozermapper:dozer-integrations:pom:6.4.1'
<dependency org="com.github.dozermapper" name="dozer-integrations" rev="6.4.1">
<artifact name="dozer-integrations" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.dozermapper', module='dozer-integrations', version='6.4.1')
)
libraryDependencies += "com.github.dozermapper" % "dozer-integrations" % "6.4.1"
[com.github.dozermapper/dozer-integrations "6.4.1"]