GroupId | GroupIdorg.cloudera.htrace |
---|---|
ArtifactId | ArtifactIdhtrace |
Version | Version1.43 |
Type | Typejar |
Filename | Size |
---|---|
htrace-1.43.pom | |
htrace-1.43.jar | 31 KB |
htrace-1.43-sources.jar | 24 KB |
htrace-1.43-javadoc.jar | 144 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.cloudera.htrace/htrace/ -->
<dependency>
<groupId>org.cloudera.htrace</groupId>
<artifactId>htrace</artifactId>
<version>1.43</version>
</dependency>
// https://jarcasting.com/artifacts/org.cloudera.htrace/htrace/
implementation 'org.cloudera.htrace:htrace:1.43'
// https://jarcasting.com/artifacts/org.cloudera.htrace/htrace/
implementation ("org.cloudera.htrace:htrace:1.43")
'org.cloudera.htrace:htrace:jar:1.43'
<dependency org="org.cloudera.htrace" name="htrace" rev="1.43">
<artifact name="htrace" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cloudera.htrace', module='htrace', version='1.43')
)
libraryDependencies += "org.cloudera.htrace" % "htrace" % "1.43"
[org.cloudera.htrace/htrace "1.43"]