is not current version
Last Version 3.2.0

io.beanmapper:beanmapper-spring-boot-starter 2.0.0

Spring boot starter/autoconfig for BeanMapper

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

io.beanmapper
ArtifactId

ArtifactId

beanmapper-spring-boot-starter
Version

Version

2.0.0
Type

Type

jar

Download beanmapper-spring-boot-starter 2.0.0


<!-- https://jarcasting.com/artifacts/io.beanmapper/beanmapper-spring-boot-starter/ -->
<dependency>
    <groupId>io.beanmapper</groupId>
    <artifactId>beanmapper-spring-boot-starter</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.beanmapper/beanmapper-spring-boot-starter/
implementation 'io.beanmapper:beanmapper-spring-boot-starter:2.0.0'
// https://jarcasting.com/artifacts/io.beanmapper/beanmapper-spring-boot-starter/
implementation ("io.beanmapper:beanmapper-spring-boot-starter:2.0.0")
'io.beanmapper:beanmapper-spring-boot-starter:jar:2.0.0'
<dependency org="io.beanmapper" name="beanmapper-spring-boot-starter" rev="2.0.0">
  <artifact name="beanmapper-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.beanmapper', module='beanmapper-spring-boot-starter', version='2.0.0')
)
libraryDependencies += "io.beanmapper" % "beanmapper-spring-boot-starter" % "2.0.0"
[io.beanmapper/beanmapper-spring-boot-starter "2.0.0"]