is not current version
Last Version 2.05

org.cloudera.htrace:htrace 1.46

Tracing library

GroupId

GroupId

org.cloudera.htrace
ArtifactId

ArtifactId

htrace
Version

Version

1.46
Type

Type

jar

Download htrace 1.46


<!-- https://jarcasting.com/artifacts/org.cloudera.htrace/htrace/ -->
<dependency>
    <groupId>org.cloudera.htrace</groupId>
    <artifactId>htrace</artifactId>
    <version>1.46</version>
</dependency>
// https://jarcasting.com/artifacts/org.cloudera.htrace/htrace/
implementation 'org.cloudera.htrace:htrace:1.46'
// https://jarcasting.com/artifacts/org.cloudera.htrace/htrace/
implementation ("org.cloudera.htrace:htrace:1.46")
'org.cloudera.htrace:htrace:jar:1.46'
<dependency org="org.cloudera.htrace" name="htrace" rev="1.46">
  <artifact name="htrace" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cloudera.htrace', module='htrace', version='1.46')
)
libraryDependencies += "org.cloudera.htrace" % "htrace" % "1.46"
[org.cloudera.htrace/htrace "1.46"]