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