MVN

com.lucidchart : opentracing-play_2.12

Maven & Gradle

Feb 13, 2023
7 stars

play · Opentracing for Play

<dependency>
    <groupId>com.lucidchart</groupId>
    <artifactId>opentracing-play_2.12</artifactId>
    <version>0.22-2.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.22-2.6

All Versions

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

Version Vulnerabilities Updated
0.22
opentracing-play_2.12-0.22-2.6
opentracing-play_2.12-0.22-2.7
opentracing-play_2.12-0.22-2.8
0.21
opentracing-play_2.12-0.21-2.8
opentracing-play_2.12-0.21-2.7
opentracing-play_2.12-0.21-2.6
0.20.x
opentracing-play_2.12-0.20.1-2.7
opentracing-play_2.12-0.20.1-2.6
0.19.x
opentracing-play_2.12-0.19.1-2.7
opentracing-play_2.12-0.19.1-2.6
0.19
opentracing-play_2.12-0.19-2.7
opentracing-play_2.12-0.19-2.6
0.18
opentracing-play_2.12-0.18-2.6
opentracing-play_2.12-0.18-2.7
0.17
opentracing-play_2.12-0.17-2.7
opentracing-play_2.12-0.17-2.6
0.16
opentracing-play_2.12-0.16-2.6
opentracing-play_2.12-0.16-2.7
0.15
opentracing-play_2.12-0.15-2.6

How to add a dependency to Maven

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

<dependency>
    <groupId>com.lucidchart</groupId>
    <artifactId>opentracing-play_2.12</artifactId>
    <version>0.22-2.6</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.lucidchart:opentracing-play_2.12:0.22-2.6'

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

implementation("com.lucidchart:opentracing-play_2.12:0.22-2.6")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.lucidchart" % "opentracing-play_2.12" % "0.22-2.6"

Advertisement