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