GroupId | GroupIdcom.lucidchart |
---|---|
ArtifactId | ArtifactIdopentracing-httpcore |
Version | Version0.12 |
Type | Typejar |
Filename | Size |
---|---|
opentracing-httpcore-0.12.pom | |
opentracing-httpcore-0.12.jar | 3 KB |
opentracing-httpcore-0.12-sources.jar | 1 KB |
opentracing-httpcore-0.12-javadoc.jar | 386 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lucidchart/opentracing-httpcore/ -->
<dependency>
<groupId>com.lucidchart</groupId>
<artifactId>opentracing-httpcore</artifactId>
<version>0.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.lucidchart/opentracing-httpcore/
implementation 'com.lucidchart:opentracing-httpcore:0.12'
// https://jarcasting.com/artifacts/com.lucidchart/opentracing-httpcore/
implementation ("com.lucidchart:opentracing-httpcore:0.12")
'com.lucidchart:opentracing-httpcore:jar:0.12'
<dependency org="com.lucidchart" name="opentracing-httpcore" rev="0.12">
<artifact name="opentracing-httpcore" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lucidchart', module='opentracing-httpcore', version='0.12')
)
libraryDependencies += "com.lucidchart" % "opentracing-httpcore" % "0.12"
[com.lucidchart/opentracing-httpcore "0.12"]