| License | License | 
|---|---|
| Categories | CategoriesSpring Boot Container Microservices | 
| GroupId | GroupIdorg.springframework.boot | 
| ArtifactId | ArtifactIdspring-boot-dependency-tools | 
| Version | Version1.2.8.RELEASE | 
| Type | Typejar | 
| Description | DescriptionSpring Boot Dependency Tools Spring Boot Dependency Tools | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
<!-- https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-dependency-tools/ -->
<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-dependency-tools</artifactId>
    <version>1.2.8.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-dependency-tools/
implementation 'org.springframework.boot:spring-boot-dependency-tools:1.2.8.RELEASE'// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-dependency-tools/
implementation ("org.springframework.boot:spring-boot-dependency-tools:1.2.8.RELEASE")'org.springframework.boot:spring-boot-dependency-tools:jar:1.2.8.RELEASE'<dependency org="org.springframework.boot" name="spring-boot-dependency-tools" rev="1.2.8.RELEASE">
  <artifact name="spring-boot-dependency-tools" type="jar" />
</dependency>@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-dependency-tools', version='1.2.8.RELEASE')
)libraryDependencies += "org.springframework.boot" % "spring-boot-dependency-tools" % "1.2.8.RELEASE"[org.springframework.boot/spring-boot-dependency-tools "1.2.8.RELEASE"]| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 | 
| org.mockito : mockito-core | jar | 1.10.19 | 
| org.hamcrest : hamcrest-library | jar | 1.3 | 
| org.springframework : spring-test | jar |