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