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