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