MVN

io.johnsonlee.tracing : tracer

Maven & Gradle

Sep 02, 2022
17 stars

tracer · tracer

<dependency>
    <groupId>io.johnsonlee.tracing</groupId>
    <artifactId>tracer</artifactId>
    <version>0.6.0-alpha5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.6.0-alpha5
  • Latest Alpha: 0.6.0-alpha5

All Versions

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

Version Vulnerabilities Updated
0.6.x
tracer-0.6.0-alpha5
tracer-0.6.0-alpha4
tracer-0.6.0-alpha3
tracer-0.6.0-alpha1

How to add a dependency to Maven

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

<dependency>
    <groupId>io.johnsonlee.tracing</groupId>
    <artifactId>tracer</artifactId>
    <version>0.6.0-alpha5</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.johnsonlee.tracing:tracer:0.6.0-alpha5'

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

implementation("io.johnsonlee.tracing:tracer:0.6.0-alpha5")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.johnsonlee.tracing" % "tracer" % "0.6.0-alpha5"