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