GroupId | GroupIdcom.lightstep.tracer |
---|---|
ArtifactId | ArtifactIdtracer-okhttp |
Version | Version0.20.0 |
Type | Typejar |
Filename | Size |
---|---|
tracer-okhttp-0.20.0.pom | |
tracer-okhttp-0.20.0.jar | 6 KB |
tracer-okhttp-0.20.0-sources.jar | 4 KB |
tracer-okhttp-0.20.0-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lightstep.tracer/tracer-okhttp/ -->
<dependency>
<groupId>com.lightstep.tracer</groupId>
<artifactId>tracer-okhttp</artifactId>
<version>0.20.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.lightstep.tracer/tracer-okhttp/
implementation 'com.lightstep.tracer:tracer-okhttp:0.20.0'
// https://jarcasting.com/artifacts/com.lightstep.tracer/tracer-okhttp/
implementation ("com.lightstep.tracer:tracer-okhttp:0.20.0")
'com.lightstep.tracer:tracer-okhttp:jar:0.20.0'
<dependency org="com.lightstep.tracer" name="tracer-okhttp" rev="0.20.0">
<artifact name="tracer-okhttp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lightstep.tracer', module='tracer-okhttp', version='0.20.0')
)
libraryDependencies += "com.lightstep.tracer" % "tracer-okhttp" % "0.20.0"
[com.lightstep.tracer/tracer-okhttp "0.20.0"]