Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.opentracing.contrib |
ArtifactId | ArtifactIdopentracing-apache-httpclient |
Version | Version0.2.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.opentracing.contrib/opentracing-apache-httpclient/ -->
<dependency>
<groupId>io.opentracing.contrib</groupId>
<artifactId>opentracing-apache-httpclient</artifactId>
<version>0.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.opentracing.contrib/opentracing-apache-httpclient/
implementation 'io.opentracing.contrib:opentracing-apache-httpclient:0.2.2'
// https://jarcasting.com/artifacts/io.opentracing.contrib/opentracing-apache-httpclient/
implementation ("io.opentracing.contrib:opentracing-apache-httpclient:0.2.2")
'io.opentracing.contrib:opentracing-apache-httpclient:jar:0.2.2'
<dependency org="io.opentracing.contrib" name="opentracing-apache-httpclient" rev="0.2.2">
<artifact name="opentracing-apache-httpclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.opentracing.contrib', module='opentracing-apache-httpclient', version='0.2.2')
)
libraryDependencies += "io.opentracing.contrib" % "opentracing-apache-httpclient" % "0.2.2"
[io.opentracing.contrib/opentracing-apache-httpclient "0.2.2"]