GroupId | GroupIdcom.github.dozermapper |
---|---|
ArtifactId | ArtifactIddozer-proto |
Version | Version6.0.0 |
Type | Typejar |
Filename | Size |
---|---|
dozer-proto-6.0.0.pom | |
dozer-proto-6.0.0.jar | 15 KB |
dozer-proto-6.0.0-sources.jar | 11 KB |
dozer-proto-6.0.0-javadoc.jar | 74 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dozermapper/dozer-proto/ -->
<dependency>
<groupId>com.github.dozermapper</groupId>
<artifactId>dozer-proto</artifactId>
<version>6.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dozermapper/dozer-proto/
implementation 'com.github.dozermapper:dozer-proto:6.0.0'
// https://jarcasting.com/artifacts/com.github.dozermapper/dozer-proto/
implementation ("com.github.dozermapper:dozer-proto:6.0.0")
'com.github.dozermapper:dozer-proto:jar:6.0.0'
<dependency org="com.github.dozermapper" name="dozer-proto" rev="6.0.0">
<artifact name="dozer-proto" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dozermapper', module='dozer-proto', version='6.0.0')
)
libraryDependencies += "com.github.dozermapper" % "dozer-proto" % "6.0.0"
[com.github.dozermapper/dozer-proto "6.0.0"]