is not current version
Last Version 2.7.1

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

Spring Boot

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

org.springframework.boot
ArtifactId

ArtifactId

spring-boot
Version

Version

2.1.9.RELEASE
Type

Type

jar

Download spring-boot 2.1.9.RELEASE


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