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