Categories |
CategoriesNet Metrics Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdcom.netflix.spectator |
ArtifactId | ArtifactIdspectator-reg-metrics3 |
Version | Version0.38.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.netflix.spectator/spectator-reg-metrics3/ -->
<dependency>
<groupId>com.netflix.spectator</groupId>
<artifactId>spectator-reg-metrics3</artifactId>
<version>0.38.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.spectator/spectator-reg-metrics3/
implementation 'com.netflix.spectator:spectator-reg-metrics3:0.38.0'
// https://jarcasting.com/artifacts/com.netflix.spectator/spectator-reg-metrics3/
implementation ("com.netflix.spectator:spectator-reg-metrics3:0.38.0")
'com.netflix.spectator:spectator-reg-metrics3:jar:0.38.0'
<dependency org="com.netflix.spectator" name="spectator-reg-metrics3" rev="0.38.0">
<artifact name="spectator-reg-metrics3" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.spectator', module='spectator-reg-metrics3', version='0.38.0')
)
libraryDependencies += "com.netflix.spectator" % "spectator-reg-metrics3" % "0.38.0"
[com.netflix.spectator/spectator-reg-metrics3 "0.38.0"]