Files download
File Operation
spectator-reg-sidecar-1.7.14.jar download
spectator-reg-sidecar-1.7.14.pom download
spectator-reg-sidecar-1.7.14-sources.jar download
Apache Maven
<dependency>
  <groupId>com.netflix.spectator</groupId>
  <artifactId>spectator-reg-sidecar</artifactId>
  <version>1.7.14</version>
</dependency>
Gradle Groovy
implementation 'com.netflix.spectator:spectator-reg-sidecar:1.7.14'
Gradle Kotlin
implementation("com.netflix.spectator:spectator-reg-sidecar:1.7.14")
Scala SBT
libraryDependencies += "com.netflix.spectator" % "spectator-reg-sidecar" % "1.7.14"
Groovy Grape
@Grapes(
  @Grab(group='com.netflix.spectator', module='spectator-reg-sidecar', version='1.7.14')
)
Apache Ivy
<dependency org="com.netflix.spectator" name="spectator-reg-sidecar" rev="1.7.14" />
Leiningen
[com.netflix.spectator/spectator-reg-sidecar "1.7.14"]
Apache Buildr
'com.netflix.spectator:spectator-reg-sidecar:jar:1.7.14'