Files download
File Operation
spring-boot-thin-tools-1.0.31.RELEASE.pom download
Apache Maven
<dependency>
  <groupId>org.springframework.boot.experimental</groupId>
  <artifactId>spring-boot-thin-tools</artifactId>
  <version>1.0.31.RELEASE</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.springframework.boot.experimental:spring-boot-thin-tools:1.0.31.RELEASE'
Gradle Kotlin
implementation("org.springframework.boot.experimental:spring-boot-thin-tools:1.0.31.RELEASE")
Scala SBT
libraryDependencies += "org.springframework.boot.experimental" % "spring-boot-thin-tools" % "1.0.31.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.boot.experimental', module='spring-boot-thin-tools', version='1.0.31.RELEASE')
)
Apache Ivy
<dependency org="org.springframework.boot.experimental" name="spring-boot-thin-tools" rev="1.0.31.RELEASE" />
Leiningen
[org.springframework.boot.experimental/spring-boot-thin-tools "1.0.31.RELEASE"]
Apache Buildr
'org.springframework.boot.experimental:spring-boot-thin-tools:jar:1.0.31.RELEASE'