| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы Сеть Metrics Тестирование приложения и мониторинг Monitoring |
| Группа | Группаnet.bjohannsen |
| Идентификатор | Идентификаторspring-boot-actuator-jmx-metrics-exporter |
| Версия | Версия2.0.1-RELEASE |
| Тип | Типjar |
| Описание |
ОписаниеSpring Boot Actuator JMX Metrics Exporter
Library to export JMX MBean attributes as Spring Boot Actuator metrics
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/net.bjohannsen/spring-boot-actuator-jmx-metrics-exporter/ -->
<dependency>
<groupId>net.bjohannsen</groupId>
<artifactId>spring-boot-actuator-jmx-metrics-exporter</artifactId>
<version>2.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/net.bjohannsen/spring-boot-actuator-jmx-metrics-exporter/
implementation 'net.bjohannsen:spring-boot-actuator-jmx-metrics-exporter:2.0.1-RELEASE'
// https://jarcasting.com/artifacts/net.bjohannsen/spring-boot-actuator-jmx-metrics-exporter/
implementation ("net.bjohannsen:spring-boot-actuator-jmx-metrics-exporter:2.0.1-RELEASE")
'net.bjohannsen:spring-boot-actuator-jmx-metrics-exporter:jar:2.0.1-RELEASE'
<dependency org="net.bjohannsen" name="spring-boot-actuator-jmx-metrics-exporter" rev="2.0.1-RELEASE">
<artifact name="spring-boot-actuator-jmx-metrics-exporter" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.bjohannsen', module='spring-boot-actuator-jmx-metrics-exporter', version='2.0.1-RELEASE')
)
libraryDependencies += "net.bjohannsen" % "spring-boot-actuator-jmx-metrics-exporter" % "2.0.1-RELEASE"
[net.bjohannsen/spring-boot-actuator-jmx-metrics-exporter "2.0.1-RELEASE"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.micrometer : micrometer-core | jar | 1.0.10 |
| org.slf4j : slf4j-api | jar | 1.7.26 |
| org.springframework : spring-context | jar | 5.0.13.RELEASE |
| org.springframework.boot : spring-boot-actuator | jar | 2.0.9.RELEASE |
| org.springframework.boot : spring-boot-autoconfigure | jar | 2.0.9.RELEASE |
| com.fasterxml.jackson.core : jackson-core | jar | 2.9.8 |
| com.fasterxml.jackson.core : jackson-annotations | jar | 2.9.0 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.9.8 |