Categories |
CategoriesSpring Boot Container Microservices Net Metrics Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdnet.bjohannsen |
ArtifactId | ArtifactIdspring-boot-actuator-jmx-metrics-exporter |
Version | Version1.1.1-RELEASE |
Type | Typejar |
<!-- 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>1.1.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:1.1.1-RELEASE'
// https://jarcasting.com/artifacts/net.bjohannsen/spring-boot-actuator-jmx-metrics-exporter/
implementation ("net.bjohannsen:spring-boot-actuator-jmx-metrics-exporter:1.1.1-RELEASE")
'net.bjohannsen:spring-boot-actuator-jmx-metrics-exporter:jar:1.1.1-RELEASE'
<dependency org="net.bjohannsen" name="spring-boot-actuator-jmx-metrics-exporter" rev="1.1.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='1.1.1-RELEASE')
)
libraryDependencies += "net.bjohannsen" % "spring-boot-actuator-jmx-metrics-exporter" % "1.1.1-RELEASE"
[net.bjohannsen/spring-boot-actuator-jmx-metrics-exporter "1.1.1-RELEASE"]