<dependency>
<groupId>com.lightstep.tracer</groupId>
<artifactId>lightstep-tracer-jre</artifactId>
<version>0.14.1</version>
</dependency>
@Grapes(
@Grab(group='com.lightstep.tracer', module='lightstep-tracer-jre', version='0.14.1')
)
<parent> <groupId>com.lightstep.tracer</groupId> <artifactId>lightstep-tracer-java</artifactId> <version>0.14.1</version> </parent>
compile
|-- com.lightstep.tracer:java-common:0.15.1
provided
|-- io.netty:netty-tcnative-boringssl-static
test
|-- com.lightstep.tracer:tracer-grpc:0.15.1
|-- junit:junit:4.12