| GroupId | GroupIdcom.lightstep.tracer | 
|---|---|
| ArtifactId | ArtifactIdlightstep-tracer-jre-bundle | 
| Version | Version0.18.2-alpha-1 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/com.lightstep.tracer/lightstep-tracer-jre-bundle/ -->
<dependency>
    <groupId>com.lightstep.tracer</groupId>
    <artifactId>lightstep-tracer-jre-bundle</artifactId>
    <version>0.18.2-alpha-1</version>
</dependency>// https://jarcasting.com/artifacts/com.lightstep.tracer/lightstep-tracer-jre-bundle/
implementation 'com.lightstep.tracer:lightstep-tracer-jre-bundle:0.18.2-alpha-1'// https://jarcasting.com/artifacts/com.lightstep.tracer/lightstep-tracer-jre-bundle/
implementation ("com.lightstep.tracer:lightstep-tracer-jre-bundle:0.18.2-alpha-1")'com.lightstep.tracer:lightstep-tracer-jre-bundle:jar:0.18.2-alpha-1'<dependency org="com.lightstep.tracer" name="lightstep-tracer-jre-bundle" rev="0.18.2-alpha-1">
  <artifact name="lightstep-tracer-jre-bundle" type="jar" />
</dependency>@Grapes(
@Grab(group='com.lightstep.tracer', module='lightstep-tracer-jre-bundle', version='0.18.2-alpha-1')
)libraryDependencies += "com.lightstep.tracer" % "lightstep-tracer-jre-bundle" % "0.18.2-alpha-1"[com.lightstep.tracer/lightstep-tracer-jre-bundle "0.18.2-alpha-1"]