Files download
File Operation
spring-boot-starter-converter-1.1.0.jar download
spring-boot-starter-converter-1.1.0.pom download
spring-boot-starter-converter-1.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.liaochong</groupId>
  <artifactId>spring-boot-starter-converter</artifactId>
  <version>1.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.liaochong:spring-boot-starter-converter:1.1.0'
Gradle Kotlin
implementation("com.github.liaochong:spring-boot-starter-converter:1.1.0")
Scala SBT
libraryDependencies += "com.github.liaochong" % "spring-boot-starter-converter" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.liaochong', module='spring-boot-starter-converter', version='1.1.0')
)
Apache Ivy
<dependency org="com.github.liaochong" name="spring-boot-starter-converter" rev="1.1.0" />
Leiningen
[com.github.liaochong/spring-boot-starter-converter "1.1.0"]
Apache Buildr
'com.github.liaochong:spring-boot-starter-converter:jar:1.1.0'