Categories |
CategoriesAWS Container PaaS Providers Net |
---|---|
GroupId | GroupIdcom.netflix.spectator |
ArtifactId | ArtifactIdspectator-ext-aws |
Version | Version0.42.0-rc.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.netflix.spectator/spectator-ext-aws/ -->
<dependency>
<groupId>com.netflix.spectator</groupId>
<artifactId>spectator-ext-aws</artifactId>
<version>0.42.0-rc.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.spectator/spectator-ext-aws/
implementation 'com.netflix.spectator:spectator-ext-aws:0.42.0-rc.1'
// https://jarcasting.com/artifacts/com.netflix.spectator/spectator-ext-aws/
implementation ("com.netflix.spectator:spectator-ext-aws:0.42.0-rc.1")
'com.netflix.spectator:spectator-ext-aws:jar:0.42.0-rc.1'
<dependency org="com.netflix.spectator" name="spectator-ext-aws" rev="0.42.0-rc.1">
<artifact name="spectator-ext-aws" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.spectator', module='spectator-ext-aws', version='0.42.0-rc.1')
)
libraryDependencies += "com.netflix.spectator" % "spectator-ext-aws" % "0.42.0-rc.1"
[com.netflix.spectator/spectator-ext-aws "0.42.0-rc.1"]