l

lightstep-tracer-jre

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