Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.liaochong |
ArtifactId | ArtifactIdspring-boot-starter-converter |
Version | Version1.0.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.liaochong/spring-boot-starter-converter/ -->
<dependency>
<groupId>com.github.liaochong</groupId>
<artifactId>spring-boot-starter-converter</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.liaochong/spring-boot-starter-converter/
implementation 'com.github.liaochong:spring-boot-starter-converter:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.github.liaochong/spring-boot-starter-converter/
implementation ("com.github.liaochong:spring-boot-starter-converter:1.0.0.RELEASE")
'com.github.liaochong:spring-boot-starter-converter:jar:1.0.0.RELEASE'
<dependency org="com.github.liaochong" name="spring-boot-starter-converter" rev="1.0.0.RELEASE">
<artifact name="spring-boot-starter-converter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.liaochong', module='spring-boot-starter-converter', version='1.0.0.RELEASE')
)
libraryDependencies += "com.github.liaochong" % "spring-boot-starter-converter" % "1.0.0.RELEASE"
[com.github.liaochong/spring-boot-starter-converter "1.0.0.RELEASE"]