GroupId | GroupIdcom.azure |
---|---|
ArtifactId | ArtifactIdazure-core-tracing-opentelemetry |
Version | Version1.0.0-beta.15 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.azure/azure-core-tracing-opentelemetry/ -->
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-tracing-opentelemetry</artifactId>
<version>1.0.0-beta.15</version>
</dependency>
// https://jarcasting.com/artifacts/com.azure/azure-core-tracing-opentelemetry/
implementation 'com.azure:azure-core-tracing-opentelemetry:1.0.0-beta.15'
// https://jarcasting.com/artifacts/com.azure/azure-core-tracing-opentelemetry/
implementation ("com.azure:azure-core-tracing-opentelemetry:1.0.0-beta.15")
'com.azure:azure-core-tracing-opentelemetry:jar:1.0.0-beta.15'
<dependency org="com.azure" name="azure-core-tracing-opentelemetry" rev="1.0.0-beta.15">
<artifact name="azure-core-tracing-opentelemetry" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.azure', module='azure-core-tracing-opentelemetry', version='1.0.0-beta.15')
)
libraryDependencies += "com.azure" % "azure-core-tracing-opentelemetry" % "1.0.0-beta.15"
[com.azure/azure-core-tracing-opentelemetry "1.0.0-beta.15"]