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