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