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