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