File | Operation |
---|---|
spring-boot-tools-1.5.14.RELEASE.pom | download |
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-tools</artifactId>
<version>1.5.14.RELEASE</version>
<type>pom</type>
</dependency>
libraryDependencies += "org.springframework.boot" % "spring-boot-tools" % "1.5.14.RELEASE"
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-tools', version='1.5.14.RELEASE')
)
<dependency org="org.springframework.boot" name="spring-boot-tools" rev="1.5.14.RELEASE" />
<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-parent</artifactId> <version>1.5.14.RELEASE</version> </parent>