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