Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdio.beanmapper |
ArtifactId | ArtifactIdbeanmapper-spring-boot-starter |
Version | Version2.3.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.beanmapper/beanmapper-spring-boot-starter/ -->
<dependency>
<groupId>io.beanmapper</groupId>
<artifactId>beanmapper-spring-boot-starter</artifactId>
<version>2.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.beanmapper/beanmapper-spring-boot-starter/
implementation 'io.beanmapper:beanmapper-spring-boot-starter:2.3.2'
// https://jarcasting.com/artifacts/io.beanmapper/beanmapper-spring-boot-starter/
implementation ("io.beanmapper:beanmapper-spring-boot-starter:2.3.2")
'io.beanmapper:beanmapper-spring-boot-starter:jar:2.3.2'
<dependency org="io.beanmapper" name="beanmapper-spring-boot-starter" rev="2.3.2">
<artifact name="beanmapper-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.beanmapper', module='beanmapper-spring-boot-starter', version='2.3.2')
)
libraryDependencies += "io.beanmapper" % "beanmapper-spring-boot-starter" % "2.3.2"
[io.beanmapper/beanmapper-spring-boot-starter "2.3.2"]