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