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