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