<dependency>
<groupId>com.lightstep.tracer</groupId>
<artifactId>lightstep-tracer-jre</artifactId>
<version>0.9.16</version>
</dependency>
@Grapes(
@Grab(group='com.lightstep.tracer', module='lightstep-tracer-jre', version='0.9.16')
)
compile
|-- org.apache.thrift:libthrift:0.9.2
|-- io.opentracing:opentracing-api:0.16.0
|-- javax.annotation:jsr250-api:1.0
test
|-- junit:junit:4.11