Files download
File Operation
spring-boot-starters-2.1.15.RELEASE.pom download
Apache Maven
<dependency>
  <groupId>org.springframework.boot</groupId>
  <artifactId>spring-boot-starters</artifactId>
  <version>2.1.15.RELEASE</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.springframework.boot:spring-boot-starters:2.1.15.RELEASE'
Gradle Kotlin
implementation("org.springframework.boot:spring-boot-starters:2.1.15.RELEASE")
Scala SBT
libraryDependencies += "org.springframework.boot" % "spring-boot-starters" % "2.1.15.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.boot', module='spring-boot-starters', version='2.1.15.RELEASE')
)
Apache Ivy
<dependency org="org.springframework.boot" name="spring-boot-starters" rev="2.1.15.RELEASE" />
Leiningen
[org.springframework.boot/spring-boot-starters "2.1.15.RELEASE"]
Apache Buildr
'org.springframework.boot:spring-boot-starters:jar:2.1.15.RELEASE'