<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-actuator-autoconfigure</artifactId>
<version>2.3.6.RELEASE</version>
</dependency>
implementation 'org.springframework.boot:spring-boot-actuator-autoconfigure:2.3.6.RELEASE'
implementation("org.springframework.boot:spring-boot-actuator-autoconfigure:2.3.6.RELEASE")
libraryDependencies += "org.springframework.boot" % "spring-boot-actuator-autoconfigure" % "2.3.6.RELEASE"
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-actuator-autoconfigure', version='2.3.6.RELEASE')
)
<dependency org="org.springframework.boot" name="spring-boot-actuator-autoconfigure" rev="2.3.6.RELEASE" />
compile
|-- org.springframework.boot:spring-boot-actuator:2.3.6.RELEASE
|-- org.springframework.boot:spring-boot:2.3.6.RELEASE
|-- org.springframework.boot:spring-boot-autoconfigure:2.3.6.RELEASE
runtime
|-- com.fasterxml.jackson.core:jackson-databind:2.11.3
|-- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.3