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