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