Categories |
CategoriesZipkin Application Testing & Monitoring Application Performance Monitoring (APM) |
---|---|
GroupId | GroupIdio.zipkin.reporter2 |
ArtifactId | ArtifactIdzipkin-sender-okhttp3 |
Version | Version2.7.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.zipkin.reporter2/zipkin-sender-okhttp3/ -->
<dependency>
<groupId>io.zipkin.reporter2</groupId>
<artifactId>zipkin-sender-okhttp3</artifactId>
<version>2.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.zipkin.reporter2/zipkin-sender-okhttp3/
implementation 'io.zipkin.reporter2:zipkin-sender-okhttp3:2.7.0'
// https://jarcasting.com/artifacts/io.zipkin.reporter2/zipkin-sender-okhttp3/
implementation ("io.zipkin.reporter2:zipkin-sender-okhttp3:2.7.0")
'io.zipkin.reporter2:zipkin-sender-okhttp3:jar:2.7.0'
<dependency org="io.zipkin.reporter2" name="zipkin-sender-okhttp3" rev="2.7.0">
<artifact name="zipkin-sender-okhttp3" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.zipkin.reporter2', module='zipkin-sender-okhttp3', version='2.7.0')
)
libraryDependencies += "io.zipkin.reporter2" % "zipkin-sender-okhttp3" % "2.7.0"
[io.zipkin.reporter2/zipkin-sender-okhttp3 "2.7.0"]