Categories |
CategoriesMetrics Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdcom.google.cloud.opentelemetry |
ArtifactId | ArtifactIdexamples-metrics |
Version | Version0.11.0 |
Type | Typejar |
Filename | Size |
---|---|
examples-metrics-0.11.0.pom | |
examples-metrics-0.11.0.jar | 2 KB |
examples-metrics-0.11.0-sources.jar | 2 KB |
examples-metrics-0.11.0-javadoc.jar | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.cloud.opentelemetry/examples-metrics/ -->
<dependency>
<groupId>com.google.cloud.opentelemetry</groupId>
<artifactId>examples-metrics</artifactId>
<version>0.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.cloud.opentelemetry/examples-metrics/
implementation 'com.google.cloud.opentelemetry:examples-metrics:0.11.0'
// https://jarcasting.com/artifacts/com.google.cloud.opentelemetry/examples-metrics/
implementation ("com.google.cloud.opentelemetry:examples-metrics:0.11.0")
'com.google.cloud.opentelemetry:examples-metrics:jar:0.11.0'
<dependency org="com.google.cloud.opentelemetry" name="examples-metrics" rev="0.11.0">
<artifact name="examples-metrics" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.cloud.opentelemetry', module='examples-metrics', version='0.11.0')
)
libraryDependencies += "com.google.cloud.opentelemetry" % "examples-metrics" % "0.11.0"
[com.google.cloud.opentelemetry/examples-metrics "0.11.0"]