<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-logging</artifactId>
<version>2.1.3.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.boot" % "spring-boot-starter-logging" % "2.1.3.RELEASE"
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-starter-logging', version='2.1.3.RELEASE')
)
<dependency org="org.springframework.boot" name="spring-boot-starter-logging" rev="2.1.3.RELEASE" />