License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices ModelMapper General Purpose Libraries Bean Mapping Auto Application Layer Libs Code Generators config Configuration |
GroupId | GroupIdio.github.yoshikawaa.modelmapper.spring.boot |
ArtifactId | ArtifactIdmodelmapper-spring-boot-autoconfigure |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmodelmapper-spring-boot-autoconfigure
Spring Boot Auto-Configure for ModelMapper
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/io.github.yoshikawaa.modelmapper.spring.boot/modelmapper-spring-boot-autoconfigure/ -->
<dependency>
<groupId>io.github.yoshikawaa.modelmapper.spring.boot</groupId>
<artifactId>modelmapper-spring-boot-autoconfigure</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.yoshikawaa.modelmapper.spring.boot/modelmapper-spring-boot-autoconfigure/
implementation 'io.github.yoshikawaa.modelmapper.spring.boot:modelmapper-spring-boot-autoconfigure:0.1.0'
// https://jarcasting.com/artifacts/io.github.yoshikawaa.modelmapper.spring.boot/modelmapper-spring-boot-autoconfigure/
implementation ("io.github.yoshikawaa.modelmapper.spring.boot:modelmapper-spring-boot-autoconfigure:0.1.0")
'io.github.yoshikawaa.modelmapper.spring.boot:modelmapper-spring-boot-autoconfigure:jar:0.1.0'
<dependency org="io.github.yoshikawaa.modelmapper.spring.boot" name="modelmapper-spring-boot-autoconfigure" rev="0.1.0">
<artifact name="modelmapper-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.yoshikawaa.modelmapper.spring.boot', module='modelmapper-spring-boot-autoconfigure', version='0.1.0')
)
libraryDependencies += "io.github.yoshikawaa.modelmapper.spring.boot" % "modelmapper-spring-boot-autoconfigure" % "0.1.0"
[io.github.yoshikawaa.modelmapper.spring.boot/modelmapper-spring-boot-autoconfigure "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure | jar | 2.1.6.RELEASE |
org.modelmapper.extensions : modelmapper-spring | jar | 2.3.5 |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.1.6.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.2.3 |
org.projectlombok : lombok | jar | 1.18.8 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.1.6.RELEASE |