l

lightstep-tracer-jre

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