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