l

lightstep-tracer-jre

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