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