Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.netflix.spectator |
ArtifactId | ArtifactIdspectator-ext-spark |
Version | Version0.94.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.netflix.spectator/spectator-ext-spark/ -->
<dependency>
<groupId>com.netflix.spectator</groupId>
<artifactId>spectator-ext-spark</artifactId>
<version>0.94.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.spectator/spectator-ext-spark/
implementation 'com.netflix.spectator:spectator-ext-spark:0.94.0'
// https://jarcasting.com/artifacts/com.netflix.spectator/spectator-ext-spark/
implementation ("com.netflix.spectator:spectator-ext-spark:0.94.0")
'com.netflix.spectator:spectator-ext-spark:jar:0.94.0'
<dependency org="com.netflix.spectator" name="spectator-ext-spark" rev="0.94.0">
<artifact name="spectator-ext-spark" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.spectator', module='spectator-ext-spark', version='0.94.0')
)
libraryDependencies += "com.netflix.spectator" % "spectator-ext-spark" % "0.94.0"
[com.netflix.spectator/spectator-ext-spark "0.94.0"]