GroupId | GroupIdcom.lucidchart |
---|---|
ArtifactId | ArtifactIdopentracing-httpcomponents |
Version | Version0.6 |
Type | Typejar |
Filename | Size |
---|---|
opentracing-httpcomponents-0.6.pom | |
opentracing-httpcomponents-0.6.jar | 328 bytes |
opentracing-httpcomponents-0.6-sources.jar | 258 bytes |
opentracing-httpcomponents-0.6-javadoc.jar | 189 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.lucidchart/opentracing-httpcomponents/ -->
<dependency>
<groupId>com.lucidchart</groupId>
<artifactId>opentracing-httpcomponents</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.lucidchart/opentracing-httpcomponents/
implementation 'com.lucidchart:opentracing-httpcomponents:0.6'
// https://jarcasting.com/artifacts/com.lucidchart/opentracing-httpcomponents/
implementation ("com.lucidchart:opentracing-httpcomponents:0.6")
'com.lucidchart:opentracing-httpcomponents:jar:0.6'
<dependency org="com.lucidchart" name="opentracing-httpcomponents" rev="0.6">
<artifact name="opentracing-httpcomponents" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lucidchart', module='opentracing-httpcomponents', version='0.6')
)
libraryDependencies += "com.lucidchart" % "opentracing-httpcomponents" % "0.6"
[com.lucidchart/opentracing-httpcomponents "0.6"]