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