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