文件下载
文件名 操作
spectator-ext-aws2-1.8.2.jar 下载
spectator-ext-aws2-1.8.2.pom 下载
spectator-ext-aws2-1.8.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.netflix.spectator</groupId>
  <artifactId>spectator-ext-aws2</artifactId>
  <version>1.8.2</version>
</dependency>
Gradle Groovy
implementation 'com.netflix.spectator:spectator-ext-aws2:1.8.2'
Gradle Kotlin
implementation("com.netflix.spectator:spectator-ext-aws2:1.8.2")
Scala SBT
libraryDependencies += "com.netflix.spectator" % "spectator-ext-aws2" % "1.8.2"
Groovy Grape
@Grapes(
  @Grab(group='com.netflix.spectator', module='spectator-ext-aws2', version='1.8.2')
)
Apache Ivy
<dependency org="com.netflix.spectator" name="spectator-ext-aws2" rev="1.8.2" />
Leiningen
[com.netflix.spectator/spectator-ext-aws2 "1.8.2"]
Apache Buildr
'com.netflix.spectator:spectator-ext-aws2:jar:1.8.2'