| Группа | Группаcom.lightstep.tracer |
|---|---|
| Идентификатор | Идентификаторlightstep-tracer-jre-bundle |
| Версия | Версия0.18.0 |
| Тип | Типjar |
<!-- 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.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.lightstep.tracer/lightstep-tracer-jre-bundle/
implementation 'com.lightstep.tracer:lightstep-tracer-jre-bundle:0.18.0'
// https://jarcasting.com/artifacts/com.lightstep.tracer/lightstep-tracer-jre-bundle/
implementation ("com.lightstep.tracer:lightstep-tracer-jre-bundle:0.18.0")
'com.lightstep.tracer:lightstep-tracer-jre-bundle:jar:0.18.0'
<dependency org="com.lightstep.tracer" name="lightstep-tracer-jre-bundle" rev="0.18.0">
<artifact name="lightstep-tracer-jre-bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lightstep.tracer', module='lightstep-tracer-jre-bundle', version='0.18.0')
)
libraryDependencies += "com.lightstep.tracer" % "lightstep-tracer-jre-bundle" % "0.18.0"
[com.lightstep.tracer/lightstep-tracer-jre-bundle "0.18.0"]