l

lightstep-tracer-jre

Files download
File Operation
lightstep-tracer-jre-0.15.1.jar download
lightstep-tracer-jre-0.15.1.pom download
lightstep-tracer-jre-0.15.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.lightstep.tracer</groupId>
  <artifactId>lightstep-tracer-jre</artifactId>
  <version>0.15.1</version>
</dependency>
Gradle Groovy
implementation 'com.lightstep.tracer:lightstep-tracer-jre:0.15.1'
Gradle Kotlin
implementation("com.lightstep.tracer:lightstep-tracer-jre:0.15.1")
Scala SBT
libraryDependencies += "com.lightstep.tracer" % "lightstep-tracer-jre" % "0.15.1"
Groovy Grape
@Grapes(
  @Grab(group='com.lightstep.tracer', module='lightstep-tracer-jre', version='0.15.1')
)
Apache Ivy
<dependency org="com.lightstep.tracer" name="lightstep-tracer-jre" rev="0.15.1" />
Leiningen
[com.lightstep.tracer/lightstep-tracer-jre "0.15.1"]
Apache Buildr
'com.lightstep.tracer:lightstep-tracer-jre:jar:0.15.1'