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