Categories |
CategoriesAWS Container PaaS Providers Net |
---|---|
GroupId | GroupIdcom.netflix.spectator |
ArtifactId | ArtifactIdspectator-ext-aws |
Version | Version0.81.1 |
Type | Typejar |
Filename | Size |
---|---|
spectator-ext-aws-0.81.1.pom | |
spectator-ext-aws-0.81.1.jar | 9 KB |
spectator-ext-aws-0.81.1-sources.jar | 6 KB |
spectator-ext-aws-0.81.1-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.netflix.spectator/spectator-ext-aws/ -->
<dependency>
<groupId>com.netflix.spectator</groupId>
<artifactId>spectator-ext-aws</artifactId>
<version>0.81.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.spectator/spectator-ext-aws/
implementation 'com.netflix.spectator:spectator-ext-aws:0.81.1'
// https://jarcasting.com/artifacts/com.netflix.spectator/spectator-ext-aws/
implementation ("com.netflix.spectator:spectator-ext-aws:0.81.1")
'com.netflix.spectator:spectator-ext-aws:jar:0.81.1'
<dependency org="com.netflix.spectator" name="spectator-ext-aws" rev="0.81.1">
<artifact name="spectator-ext-aws" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.spectator', module='spectator-ext-aws', version='0.81.1')
)
libraryDependencies += "com.netflix.spectator" % "spectator-ext-aws" % "0.81.1"
[com.netflix.spectator/spectator-ext-aws "0.81.1"]