is not current version
Last Version 1.1.0

com.github.liaochong:spring-boot-starter-converter 0.0.1

Bean转换简化框架

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.github.liaochong
ArtifactId

ArtifactId

spring-boot-starter-converter
Version

Version

0.0.1
Type

Type

jar

Download spring-boot-starter-converter 0.0.1


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