Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.opentracing.contrib |
ArtifactId | ArtifactIdopentracing-apache-httpclient |
Version | Version0.1.0-RC1 |
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.1.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/io.opentracing.contrib/opentracing-apache-httpclient/
implementation 'io.opentracing.contrib:opentracing-apache-httpclient:0.1.0-RC1'
// https://jarcasting.com/artifacts/io.opentracing.contrib/opentracing-apache-httpclient/
implementation ("io.opentracing.contrib:opentracing-apache-httpclient:0.1.0-RC1")
'io.opentracing.contrib:opentracing-apache-httpclient:jar:0.1.0-RC1'
<dependency org="io.opentracing.contrib" name="opentracing-apache-httpclient" rev="0.1.0-RC1">
<artifact name="opentracing-apache-httpclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.opentracing.contrib', module='opentracing-apache-httpclient', version='0.1.0-RC1')
)
libraryDependencies += "io.opentracing.contrib" % "opentracing-apache-httpclient" % "0.1.0-RC1"
[io.opentracing.contrib/opentracing-apache-httpclient "0.1.0-RC1"]