GroupId | GroupIdcom.lightstep.tracer |
---|---|
ArtifactId | ArtifactIdtracer-okhttp |
Version | Version0.19.1 |
Type | Typejar |
Filename | Size |
---|---|
tracer-okhttp-0.19.1.pom | |
tracer-okhttp-0.19.1.jar | 6 KB |
tracer-okhttp-0.19.1-sources.jar | 4 KB |
tracer-okhttp-0.19.1-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.19.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.lightstep.tracer/tracer-okhttp/
implementation 'com.lightstep.tracer:tracer-okhttp:0.19.1'
// https://jarcasting.com/artifacts/com.lightstep.tracer/tracer-okhttp/
implementation ("com.lightstep.tracer:tracer-okhttp:0.19.1")
'com.lightstep.tracer:tracer-okhttp:jar:0.19.1'
<dependency org="com.lightstep.tracer" name="tracer-okhttp" rev="0.19.1">
<artifact name="tracer-okhttp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lightstep.tracer', module='tracer-okhttp', version='0.19.1')
)
libraryDependencies += "com.lightstep.tracer" % "tracer-okhttp" % "0.19.1"
[com.lightstep.tracer/tracer-okhttp "0.19.1"]