MVN

io.airlift : tracing

Maven & Gradle

Jul 21, 2023

tracing

<dependency>
    <groupId>io.airlift</groupId>
    <artifactId>tracing</artifactId>
    <version>235</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.airlift : tracing to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 235

All Versions

Choose a version of io.airlift : tracing to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
235
tracing-235
234
tracing-234
233
tracing-233
232
tracing-232
231
tracing-231
230
tracing-230
229
tracing-229

How to add a dependency to Maven

Add the following io.airlift : tracing maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.airlift</groupId>
    <artifactId>tracing</artifactId>
    <version>235</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.airlift : tracing gradle dependency to your build.gradle file:

implementation 'io.airlift:tracing:235'

Gradle Kotlin DSL: Add the following io.airlift : tracing gradle kotlin dependency to your build.gradle.kts file:

implementation("io.airlift:tracing:235")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.airlift : tracing sbt scala dependency to your build.sbt file:

libraryDependencies += "io.airlift" % "tracing" % "235"

Advertisement

Dependencies from Group

Jul 13, 2023
264 usages
9 stars
log
Jul 21, 2023
229 usages
542 stars
Dec 06, 2019
212 usages
848 stars
Jul 21, 2023
207 usages
542 stars
Aug 18, 2023
196 usages
490 stars

Discover Dependencies