Categories |
CategoriesZipkin Application Testing & Monitoring Application Performance Monitoring (APM) |
---|---|
GroupId | GroupIdorg.cloudera.htrace |
ArtifactId | ArtifactIdhtrace-zipkin |
Version | Version2.02 |
Type | Typejar |
Filename | Size |
---|---|
htrace-zipkin-2.02.pom | |
htrace-zipkin-2.02.jar | 107 KB |
htrace-zipkin-2.02-sources.jar | 34 KB |
htrace-zipkin-2.02-javadoc.jar | 208 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.cloudera.htrace/htrace-zipkin/ -->
<dependency>
<groupId>org.cloudera.htrace</groupId>
<artifactId>htrace-zipkin</artifactId>
<version>2.02</version>
</dependency>
// https://jarcasting.com/artifacts/org.cloudera.htrace/htrace-zipkin/
implementation 'org.cloudera.htrace:htrace-zipkin:2.02'
// https://jarcasting.com/artifacts/org.cloudera.htrace/htrace-zipkin/
implementation ("org.cloudera.htrace:htrace-zipkin:2.02")
'org.cloudera.htrace:htrace-zipkin:jar:2.02'
<dependency org="org.cloudera.htrace" name="htrace-zipkin" rev="2.02">
<artifact name="htrace-zipkin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cloudera.htrace', module='htrace-zipkin', version='2.02')
)
libraryDependencies += "org.cloudera.htrace" % "htrace-zipkin" % "2.02"
[org.cloudera.htrace/htrace-zipkin "2.02"]