Categories |
CategoriesMetrics Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdio.pravega |
ArtifactId | ArtifactIdpravega-shared-metrics |
Version | Version0.8.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.pravega/pravega-shared-metrics/ -->
<dependency>
<groupId>io.pravega</groupId>
<artifactId>pravega-shared-metrics</artifactId>
<version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.pravega/pravega-shared-metrics/
implementation 'io.pravega:pravega-shared-metrics:0.8.0'
// https://jarcasting.com/artifacts/io.pravega/pravega-shared-metrics/
implementation ("io.pravega:pravega-shared-metrics:0.8.0")
'io.pravega:pravega-shared-metrics:jar:0.8.0'
<dependency org="io.pravega" name="pravega-shared-metrics" rev="0.8.0">
<artifact name="pravega-shared-metrics" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.pravega', module='pravega-shared-metrics', version='0.8.0')
)
libraryDependencies += "io.pravega" % "pravega-shared-metrics" % "0.8.0"
[io.pravega/pravega-shared-metrics "0.8.0"]