MVN

com.lucidchart : opentracing-httpcore

Maven & Gradle

Feb 13, 2023
1 usages
1 stars

httpcore · httpcore

<dependency>
    <groupId>com.lucidchart</groupId>
    <artifactId>opentracing-httpcore</artifactId>
    <version>0.12.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.lucidchart : opentracing-httpcore to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.12.3

All Versions

Choose a version of com.lucidchart : opentracing-httpcore to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.12.x
opentracing-httpcore-0.12.3
opentracing-httpcore-0.12.2
opentracing-httpcore-0.12.1
0.12
opentracing-httpcore-0.12
0.11.x
opentracing-httpcore-0.11.1
0.11
opentracing-httpcore-0.11
0.9
opentracing-httpcore-0.9
0.8
opentracing-httpcore-0.8
0.7
opentracing-httpcore-0.7
0.6
opentracing-httpcore-0.6
0.5
opentracing-httpcore-0.5
0.4
opentracing-httpcore-0.4
0.3
opentracing-httpcore-0.3
0.2
opentracing-httpcore-0.2
0.1
opentracing-httpcore-0.1

How to add a dependency to Maven

Add the following com.lucidchart : opentracing-httpcore maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.lucidchart</groupId>
    <artifactId>opentracing-httpcore</artifactId>
    <version>0.12.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.lucidchart : opentracing-httpcore gradle dependency to your build.gradle file:

implementation 'com.lucidchart:opentracing-httpcore:0.12.3'

Gradle Kotlin DSL: Add the following com.lucidchart : opentracing-httpcore gradle kotlin dependency to your build.gradle.kts file:

implementation("com.lucidchart:opentracing-httpcore:0.12.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.lucidchart : opentracing-httpcore sbt scala dependency to your build.sbt file:

libraryDependencies += "com.lucidchart" % "opentracing-httpcore" % "0.12.3"

Advertisement