MVN

com.lightstep.tracer : lightstep-tracer-jre-bundle

Maven & Gradle

May 12, 2023
2 usages
44 stars
<dependency>
    <groupId>com.lightstep.tracer</groupId>
    <artifactId>lightstep-tracer-jre-bundle</artifactId>
    <version>0.32.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.lightstep.tracer : lightstep-tracer-jre-bundle to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.32.0
  • Latest Alpha: 0.18.2-alpha-1

All Versions

Choose a version of com.lightstep.tracer : lightstep-tracer-jre-bundle to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.32.x
lightstep-tracer-jre-bundle-0.32.0
0.31.x
lightstep-tracer-jre-bundle-0.31.0
0.30.x
lightstep-tracer-jre-bundle-0.30.5
lightstep-tracer-jre-bundle-0.30.4
lightstep-tracer-jre-bundle-0.30.3
lightstep-tracer-jre-bundle-0.30.2
lightstep-tracer-jre-bundle-0.30.1
lightstep-tracer-jre-bundle-0.30.0
0.20.x
lightstep-tracer-jre-bundle-0.20.1
lightstep-tracer-jre-bundle-0.20.0
0.19.x
lightstep-tracer-jre-bundle-0.19.0
0.18.x
lightstep-tracer-jre-bundle-0.18.4
lightstep-tracer-jre-bundle-0.18.3
lightstep-tracer-jre-bundle-0.18.2
lightstep-tracer-jre-bundle-0.18.2-alpha-1
lightstep-tracer-jre-bundle-0.18.1
lightstep-tracer-jre-bundle-0.18.0
0.17.x
lightstep-tracer-jre-bundle-0.17.3
lightstep-tracer-jre-bundle-0.17.1
lightstep-tracer-jre-bundle-0.17.0
0.16.x
lightstep-tracer-jre-bundle-0.16.4
lightstep-tracer-jre-bundle-0.16.3
lightstep-tracer-jre-bundle-0.16.2
lightstep-tracer-jre-bundle-0.16.1
lightstep-tracer-jre-bundle-0.16.0
0.15.x
lightstep-tracer-jre-bundle-0.15.4
lightstep-tracer-jre-bundle-0.15.3

How to add a dependency to Maven

Add the following com.lightstep.tracer : lightstep-tracer-jre-bundle maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.lightstep.tracer</groupId>
    <artifactId>lightstep-tracer-jre-bundle</artifactId>
    <version>0.32.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.lightstep.tracer : lightstep-tracer-jre-bundle gradle dependency to your build.gradle file:

implementation 'com.lightstep.tracer:lightstep-tracer-jre-bundle:0.32.0'

Gradle Kotlin DSL: Add the following com.lightstep.tracer : lightstep-tracer-jre-bundle gradle kotlin dependency to your build.gradle.kts file:

implementation("com.lightstep.tracer:lightstep-tracer-jre-bundle:0.32.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.lightstep.tracer : lightstep-tracer-jre-bundle sbt scala dependency to your build.sbt file:

libraryDependencies += "com.lightstep.tracer" % "lightstep-tracer-jre-bundle" % "0.32.0"

Advertisement