не последняя версия
Последняя версия 2.7.1

org.springframework.boot:spring-boot-starter-actuator 1.5.7.RELEASE

Starter for using Spring Boot's Actuator which provides production ready features to help you monitor and manage your application

Категории

Категории

Spring Boot Контейнер Микросервисы
Группа

Группа

org.springframework.boot
Идентификатор

Идентификатор

spring-boot-starter-actuator
Версия

Версия

1.5.7.RELEASE
Тип

Тип

jar

Скачать spring-boot-starter-actuator 1.5.7.RELEASE


<!-- https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-actuator/ -->
<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-actuator</artifactId>
    <version>1.5.7.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-actuator/
implementation 'org.springframework.boot:spring-boot-starter-actuator:1.5.7.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-actuator/
implementation ("org.springframework.boot:spring-boot-starter-actuator:1.5.7.RELEASE")
'org.springframework.boot:spring-boot-starter-actuator:jar:1.5.7.RELEASE'
<dependency org="org.springframework.boot" name="spring-boot-starter-actuator" rev="1.5.7.RELEASE">
  <artifact name="spring-boot-starter-actuator" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-starter-actuator', version='1.5.7.RELEASE')
)
libraryDependencies += "org.springframework.boot" % "spring-boot-starter-actuator" % "1.5.7.RELEASE"
[org.springframework.boot/spring-boot-starter-actuator "1.5.7.RELEASE"]