<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
<version>1.5.7.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.boot" % "spring-boot-starter" % "1.5.7.RELEASE"
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-starter', version='1.5.7.RELEASE')
)
<dependency org="org.springframework.boot" name="spring-boot-starter" rev="1.5.7.RELEASE" />
<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starters</artifactId> <version>1.5.7.RELEASE</version> </parent>
compile
|-- org.springframework.boot:spring-boot
|-- org.springframework.boot:spring-boot-autoconfigure
|-- org.springframework.boot:spring-boot-starter-logging
|-- org.springframework:spring-core
runtime