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