Categories |
CategoriesAWS Container PaaS Providers Net |
---|---|
GroupId | GroupIdcom.netflix.spectator |
ArtifactId | ArtifactIdspectator-ext-aws |
Version | Version0.36.0 |
Type | Typejar |
Filename | Size |
---|---|
spectator-ext-aws-0.36.0.pom | |
spectator-ext-aws-0.36.0.jar | 8 KB |
spectator-ext-aws-0.36.0-sources.jar | 4 KB |
spectator-ext-aws-0.36.0-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.36.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.spectator/spectator-ext-aws/
implementation 'com.netflix.spectator:spectator-ext-aws:0.36.0'
// https://jarcasting.com/artifacts/com.netflix.spectator/spectator-ext-aws/
implementation ("com.netflix.spectator:spectator-ext-aws:0.36.0")
'com.netflix.spectator:spectator-ext-aws:jar:0.36.0'
<dependency org="com.netflix.spectator" name="spectator-ext-aws" rev="0.36.0">
<artifact name="spectator-ext-aws" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.spectator', module='spectator-ext-aws', version='0.36.0')
)
libraryDependencies += "com.netflix.spectator" % "spectator-ext-aws" % "0.36.0"
[com.netflix.spectator/spectator-ext-aws "0.36.0"]