GroupId | GroupIdcom.lightstep.tracer |
---|---|
ArtifactId | ArtifactIdlightstep-tracer-jre |
Version | Version0.9.11 |
Type | Typejar |
Filename | Size |
---|---|
lightstep-tracer-jre-0.9.11.pom | |
lightstep-tracer-jre-0.9.11.jar | 253 KB |
lightstep-tracer-jre-0.9.11-sources.jar | 87 KB |
lightstep-tracer-jre-0.9.11-javadoc.jar | 251 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lightstep.tracer/lightstep-tracer-jre/ -->
<dependency>
<groupId>com.lightstep.tracer</groupId>
<artifactId>lightstep-tracer-jre</artifactId>
<version>0.9.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.lightstep.tracer/lightstep-tracer-jre/
implementation 'com.lightstep.tracer:lightstep-tracer-jre:0.9.11'
// https://jarcasting.com/artifacts/com.lightstep.tracer/lightstep-tracer-jre/
implementation ("com.lightstep.tracer:lightstep-tracer-jre:0.9.11")
'com.lightstep.tracer:lightstep-tracer-jre:jar:0.9.11'
<dependency org="com.lightstep.tracer" name="lightstep-tracer-jre" rev="0.9.11">
<artifact name="lightstep-tracer-jre" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lightstep.tracer', module='lightstep-tracer-jre', version='0.9.11')
)
libraryDependencies += "com.lightstep.tracer" % "lightstep-tracer-jre" % "0.9.11"
[com.lightstep.tracer/lightstep-tracer-jre "0.9.11"]