Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.netflix.spectator |
ArtifactId | ArtifactIdspectator-nflx-plugin |
Version | Version0.70.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.netflix.spectator/spectator-nflx-plugin/ -->
<dependency>
<groupId>com.netflix.spectator</groupId>
<artifactId>spectator-nflx-plugin</artifactId>
<version>0.70.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.spectator/spectator-nflx-plugin/
implementation 'com.netflix.spectator:spectator-nflx-plugin:0.70.1'
// https://jarcasting.com/artifacts/com.netflix.spectator/spectator-nflx-plugin/
implementation ("com.netflix.spectator:spectator-nflx-plugin:0.70.1")
'com.netflix.spectator:spectator-nflx-plugin:jar:0.70.1'
<dependency org="com.netflix.spectator" name="spectator-nflx-plugin" rev="0.70.1">
<artifact name="spectator-nflx-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.spectator', module='spectator-nflx-plugin', version='0.70.1')
)
libraryDependencies += "com.netflix.spectator" % "spectator-nflx-plugin" % "0.70.1"
[com.netflix.spectator/spectator-nflx-plugin "0.70.1"]