Group Id org.springframework.boot
Artifact Id spring-boot-starter
Version 1.5.6.RELEASE
Packaging jar
URL -
Badge
Last Updated 2017-07-27T00:44:52+00:00
Download Jar | View All
Maven
Gradle
Gradle(Short)
Gradle(Kotlin)
SBT
Ivy
Grape
Leiningen
Buildr
<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter</artifactId>
    <version>1.5.6.RELEASE</version>
</dependency>
implementation group: 'org.springframework.boot', name: 'spring-boot-starter', version: '1.5.6.RELEASE'
implementation 'org.springframework.boot:spring-boot-starter:1.5.6.RELEASE'
implementation("org.springframework.boot:spring-boot-starter:1.5.6.RELEASE")
libraryDependencies += "org.springframework.boot" % "spring-boot-starter" % "1.5.6.RELEASE"
<dependency org="org.springframework.boot" name="spring-boot-starter" rev="1.5.6.RELEASE"/>
@Grapes(
    @Grab(group='org.springframework.boot', module='spring-boot-starter', version='1.5.6.RELEASE')
)
[org.springframework.boot/spring-boot-starter "1.5.6.RELEASE"]
'org.springframework.boot:spring-boot-starter:1.5.6.RELEASE'