<dependency>
<groupId>com.lightstep.tracer</groupId>
<artifactId>java-metrics</artifactId>
<version>0.21.0</version>
</dependency>
@Grapes(
@Grab(group='com.lightstep.tracer', module='java-metrics', version='0.21.0')
)
<parent> <groupId>com.lightstep.tracer</groupId> <artifactId>java</artifactId> <version>0.21.0</version> </parent>
compile
|-- com.lightstep.tracer:java-common
|-- javax.annotation:javax.annotation-api:1.3.2
|-- com.github.oshi:oshi-core:4.4.2
|-- com.squareup.okhttp3:okhttp
test
|-- ch.qos.logback:logback-classic:1.2.3
|-- junit:junit:4.12