<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
<version>2.3.12.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.boot" % "spring-boot-starter" % "2.3.12.RELEASE"
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-starter', version='2.3.12.RELEASE')
)
<dependency org="org.springframework.boot" name="spring-boot-starter" rev="2.3.12.RELEASE" />
compile
|-- org.springframework.boot:spring-boot:2.3.12.RELEASE
|-- org.springframework.boot:spring-boot-autoconfigure:2.3.12.RELEASE
|-- org.springframework.boot:spring-boot-starter-logging:2.3.12.RELEASE
|-- jakarta.annotation:jakarta.annotation-api:1.3.5