| Categories |
CategoriesNet |
|---|---|
| GroupId | GroupIdcom.netflix.spectator |
| ArtifactId | ArtifactIdspectator-reg-servo |
| Version | Version0.65.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| spectator-reg-servo-0.65.0.pom | |
| spectator-reg-servo-0.65.0.jar | 22 KB |
| spectator-reg-servo-0.65.0-sources.jar | 17 KB |
| spectator-reg-servo-0.65.0-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.65.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.spectator/spectator-reg-servo/
implementation 'com.netflix.spectator:spectator-reg-servo:0.65.0'
// https://jarcasting.com/artifacts/com.netflix.spectator/spectator-reg-servo/
implementation ("com.netflix.spectator:spectator-reg-servo:0.65.0")
'com.netflix.spectator:spectator-reg-servo:jar:0.65.0'
<dependency org="com.netflix.spectator" name="spectator-reg-servo" rev="0.65.0">
<artifact name="spectator-reg-servo" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.spectator', module='spectator-reg-servo', version='0.65.0')
)
libraryDependencies += "com.netflix.spectator" % "spectator-reg-servo" % "0.65.0"
[com.netflix.spectator/spectator-reg-servo "0.65.0"]