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