<dependency>
<groupId>org.springframework.boot.experimental</groupId>
<artifactId>spring-boot-thin-tools</artifactId>
<version>1.0.30.RELEASE</version>
</dependency>
implementation group: 'org.springframework.boot.experimental', name: 'spring-boot-thin-tools', version: '1.0.30.RELEASE'
implementation 'org.springframework.boot.experimental:spring-boot-thin-tools:1.0.30.RELEASE'
implementation("org.springframework.boot.experimental:spring-boot-thin-tools:1.0.30.RELEASE")
libraryDependencies += "org.springframework.boot.experimental" % "spring-boot-thin-tools" % "1.0.30.RELEASE"
<dependency org="org.springframework.boot.experimental" name="spring-boot-thin-tools" rev="1.0.30.RELEASE"/>
@Grapes(
@Grab(group='org.springframework.boot.experimental', module='spring-boot-thin-tools', version='1.0.30.RELEASE')
)
[org.springframework.boot.experimental/spring-boot-thin-tools "1.0.30.RELEASE"]
'org.springframework.boot.experimental:spring-boot-thin-tools:jar:1.0.30.RELEASE'