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