is not current version
Last Version 2.7.1

org.springframework.boot:spring-boot 2.2.13.RELEASE

Spring Boot

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

org.springframework.boot
ArtifactId

ArtifactId

spring-boot
Version

Version

2.2.13.RELEASE
Type

Type

jar

Download spring-boot 2.2.13.RELEASE


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