License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices ModelMapper General Purpose Libraries Bean Mapping |
GroupId | GroupIdcom.github.jmnarloch |
ArtifactId | ArtifactIdmodelmapper-spring-boot-starter |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring Boot Starter ModelMapper
Spring Boot starter for ModelMapper
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.jmnarloch/modelmapper-spring-boot-starter/ -->
<dependency>
<groupId>com.github.jmnarloch</groupId>
<artifactId>modelmapper-spring-boot-starter</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jmnarloch/modelmapper-spring-boot-starter/
implementation 'com.github.jmnarloch:modelmapper-spring-boot-starter:1.1.0'
// https://jarcasting.com/artifacts/com.github.jmnarloch/modelmapper-spring-boot-starter/
implementation ("com.github.jmnarloch:modelmapper-spring-boot-starter:1.1.0")
'com.github.jmnarloch:modelmapper-spring-boot-starter:jar:1.1.0'
<dependency org="com.github.jmnarloch" name="modelmapper-spring-boot-starter" rev="1.1.0">
<artifact name="modelmapper-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jmnarloch', module='modelmapper-spring-boot-starter', version='1.1.0')
)
libraryDependencies += "com.github.jmnarloch" % "modelmapper-spring-boot-starter" % "1.1.0"
[com.github.jmnarloch/modelmapper-spring-boot-starter "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.modelmapper : modelmapper | jar | 0.7.5 |
org.springframework.boot : spring-boot-starter | jar | 1.2.5.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-all | jar | 1.10.19 |
junit : junit | jar | 4.12 |
org.springframework.boot : spring-boot-starter-test | jar | 1.2.5.RELEASE |