Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.rebue.sbs |
ArtifactId | ArtifactIddozer-spring-boot-starter |
Version | Version1.0.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.rebue.sbs/dozer-spring-boot-starter/ -->
<dependency>
<groupId>com.github.rebue.sbs</groupId>
<artifactId>dozer-spring-boot-starter</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rebue.sbs/dozer-spring-boot-starter/
implementation 'com.github.rebue.sbs:dozer-spring-boot-starter:1.0.6'
// https://jarcasting.com/artifacts/com.github.rebue.sbs/dozer-spring-boot-starter/
implementation ("com.github.rebue.sbs:dozer-spring-boot-starter:1.0.6")
'com.github.rebue.sbs:dozer-spring-boot-starter:jar:1.0.6'
<dependency org="com.github.rebue.sbs" name="dozer-spring-boot-starter" rev="1.0.6">
<artifact name="dozer-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rebue.sbs', module='dozer-spring-boot-starter', version='1.0.6')
)
libraryDependencies += "com.github.rebue.sbs" % "dozer-spring-boot-starter" % "1.0.6"
[com.github.rebue.sbs/dozer-spring-boot-starter "1.0.6"]