| Categories |
CategoriesNet |
|---|---|
| GroupId | GroupIdcom.netflix.spectator |
| ArtifactId | ArtifactIdspectator-nflx-plugin |
| Version | Version0.19 |
| Type | Typejar |
| Filename | Size |
|---|---|
| spectator-nflx-plugin-0.19.pom | |
| spectator-nflx-plugin-0.19.jar | 40 KB |
| spectator-nflx-plugin-0.19-sources.jar | 26 KB |
| spectator-nflx-plugin-0.19-javadoc.jar | 62 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.netflix.spectator/spectator-nflx-plugin/ -->
<dependency>
<groupId>com.netflix.spectator</groupId>
<artifactId>spectator-nflx-plugin</artifactId>
<version>0.19</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.spectator/spectator-nflx-plugin/
implementation 'com.netflix.spectator:spectator-nflx-plugin:0.19'
// https://jarcasting.com/artifacts/com.netflix.spectator/spectator-nflx-plugin/
implementation ("com.netflix.spectator:spectator-nflx-plugin:0.19")
'com.netflix.spectator:spectator-nflx-plugin:jar:0.19'
<dependency org="com.netflix.spectator" name="spectator-nflx-plugin" rev="0.19">
<artifact name="spectator-nflx-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.spectator', module='spectator-nflx-plugin', version='0.19')
)
libraryDependencies += "com.netflix.spectator" % "spectator-nflx-plugin" % "0.19"
[com.netflix.spectator/spectator-nflx-plugin "0.19"]