l

lightstep-tracer-jre

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