is not current version
Last Version 2.7.1

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

Core starter, including auto-configuration support, logging and YAML

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

org.springframework.boot
ArtifactId

ArtifactId

spring-boot-starter
Version

Version

2.1.9.RELEASE
Type

Type

jar

Download spring-boot-starter 2.1.9.RELEASE


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