<dependency>
<groupId>com.lightstep.tracer</groupId>
<artifactId>lightstep-tracer-jre</artifactId>
<version>0.12.6</version>
</dependency>
@Grapes(
@Grab(group='com.lightstep.tracer', module='lightstep-tracer-jre', version='0.12.6')
)
<parent> <groupId>com.lightstep.tracer</groupId> <artifactId>lightstep-tracer-java</artifactId> <version>0.12.6</version> </parent>
compile
|-- com.lightstep.tracer:java-common:0.12.7
|-- org.slf4j:slf4j-api:1.7.21
|-- io.netty:netty-tcnative-boringssl-static:1.1.33.Fork26
provided
|-- org.slf4j:slf4j-simple:1.7.25
test
|-- junit:junit:4.11