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