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