Categories |
CategoriesNet Metrics Application Testing & Monitoring Monitoring Networking |
---|---|
GroupId | GroupIdcom.arpnetworking.metrics |
ArtifactId | ArtifactIdopen-telemetry-protocol |
Version | Version1.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.arpnetworking.metrics/open-telemetry-protocol/ -->
<dependency>
<groupId>com.arpnetworking.metrics</groupId>
<artifactId>open-telemetry-protocol</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.arpnetworking.metrics/open-telemetry-protocol/
implementation 'com.arpnetworking.metrics:open-telemetry-protocol:1.0.2'
// https://jarcasting.com/artifacts/com.arpnetworking.metrics/open-telemetry-protocol/
implementation ("com.arpnetworking.metrics:open-telemetry-protocol:1.0.2")
'com.arpnetworking.metrics:open-telemetry-protocol:jar:1.0.2'
<dependency org="com.arpnetworking.metrics" name="open-telemetry-protocol" rev="1.0.2">
<artifact name="open-telemetry-protocol" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.arpnetworking.metrics', module='open-telemetry-protocol', version='1.0.2')
)
libraryDependencies += "com.arpnetworking.metrics" % "open-telemetry-protocol" % "1.0.2"
[com.arpnetworking.metrics/open-telemetry-protocol "1.0.2"]