не последняя версия
Последняя версия 2.05

org.cloudera.htrace:htrace 1.3

Tracing library

Группа

Группа

org.cloudera.htrace
Идентификатор

Идентификатор

htrace
Версия

Версия

1.3
Тип

Тип

jar

Скачать htrace 1.3


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