| Categories |
CategoriesNet |
|---|---|
| GroupId | GroupIdcom.netflix.spectator |
| ArtifactId | ArtifactIdspectator-reg-servo |
| Version | Version0.81.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| spectator-reg-servo-0.81.1.pom | |
| spectator-reg-servo-0.81.1.jar | 24 KB |
| spectator-reg-servo-0.81.1-sources.jar | 19 KB |
| spectator-reg-servo-0.81.1-javadoc.jar | 21 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.netflix.spectator/spectator-reg-servo/ -->
<dependency>
<groupId>com.netflix.spectator</groupId>
<artifactId>spectator-reg-servo</artifactId>
<version>0.81.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.spectator/spectator-reg-servo/
implementation 'com.netflix.spectator:spectator-reg-servo:0.81.1'
// https://jarcasting.com/artifacts/com.netflix.spectator/spectator-reg-servo/
implementation ("com.netflix.spectator:spectator-reg-servo:0.81.1")
'com.netflix.spectator:spectator-reg-servo:jar:0.81.1'
<dependency org="com.netflix.spectator" name="spectator-reg-servo" rev="0.81.1">
<artifact name="spectator-reg-servo" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.spectator', module='spectator-reg-servo', version='0.81.1')
)
libraryDependencies += "com.netflix.spectator" % "spectator-reg-servo" % "0.81.1"
[com.netflix.spectator/spectator-reg-servo "0.81.1"]