Last Version

Spring Boot Tools 2.2.13.RELEASE

Spring Boot Tools

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

org.springframework.boot
ArtifactId

ArtifactId

spring-boot-tools
Version

Version

2.2.13.RELEASE
Type

Type

pom
Description

Description

Spring Boot Tools
Spring Boot Tools
Project URL

Project URL

https://projects.spring.io/spring-boot/#/spring-boot-parent/spring-boot-tools
Project Organization

Project Organization

Pivotal Software, Inc.
Source Code Management

Source Code Management

https://github.com/spring-projects/spring-boot

Download spring-boot-tools 2.2.13.RELEASE


<!-- https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-tools/ -->
<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-tools</artifactId>
    <version>2.2.13.RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-tools/
implementation 'org.springframework.boot:spring-boot-tools:2.2.13.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-tools/
implementation ("org.springframework.boot:spring-boot-tools:2.2.13.RELEASE")
'org.springframework.boot:spring-boot-tools:pom:2.2.13.RELEASE'
<dependency org="org.springframework.boot" name="spring-boot-tools" rev="2.2.13.RELEASE">
  <artifact name="spring-boot-tools" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-tools', version='2.2.13.RELEASE')
)
libraryDependencies += "org.springframework.boot" % "spring-boot-tools" % "2.2.13.RELEASE"
[org.springframework.boot/spring-boot-tools "2.2.13.RELEASE"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.