Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdorg.springframework.boot |
ArtifactId | ArtifactIdspring-boot-tools |
Version | Version2.0.1.RELEASE |
Type | Typepom |
Filename | Size |
---|---|
spring-boot-tools-2.0.1.RELEASE.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-tools/ -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-tools</artifactId>
<version>2.0.1.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-tools/
implementation 'org.springframework.boot:spring-boot-tools:2.0.1.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-tools/
implementation ("org.springframework.boot:spring-boot-tools:2.0.1.RELEASE")
'org.springframework.boot:spring-boot-tools:pom:2.0.1.RELEASE'
<dependency org="org.springframework.boot" name="spring-boot-tools" rev="2.0.1.RELEASE">
<artifact name="spring-boot-tools" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-tools', version='2.0.1.RELEASE')
)
libraryDependencies += "org.springframework.boot" % "spring-boot-tools" % "2.0.1.RELEASE"
[org.springframework.boot/spring-boot-tools "2.0.1.RELEASE"]