License |
License |
---|---|
GroupId | GroupIdorg.apache.hbase.thirdparty |
ArtifactId | ArtifactIdhbase-noop-htrace |
Version | Version4.0.0 |
Type | Typejar |
Description |
DescriptionApache HBase Drop-in noop HTrace replacement
Implmeents the HTrace APIs with noops and nonsense aimed at a) removing CVE flagged transitive
dependencies and b) favoring the JIT optimizing it away.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
hbase-noop-htrace-4.0.0.pom | |
hbase-noop-htrace-4.0.0.jar | 32 KB |
hbase-noop-htrace-4.0.0-sources.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.hbase.thirdparty/hbase-noop-htrace/ -->
<dependency>
<groupId>org.apache.hbase.thirdparty</groupId>
<artifactId>hbase-noop-htrace</artifactId>
<version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hbase.thirdparty/hbase-noop-htrace/
implementation 'org.apache.hbase.thirdparty:hbase-noop-htrace:4.0.0'
// https://jarcasting.com/artifacts/org.apache.hbase.thirdparty/hbase-noop-htrace/
implementation ("org.apache.hbase.thirdparty:hbase-noop-htrace:4.0.0")
'org.apache.hbase.thirdparty:hbase-noop-htrace:jar:4.0.0'
<dependency org="org.apache.hbase.thirdparty" name="hbase-noop-htrace" rev="4.0.0">
<artifact name="hbase-noop-htrace" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.hbase.thirdparty', module='hbase-noop-htrace', version='4.0.0')
)
libraryDependencies += "org.apache.hbase.thirdparty" % "hbase-noop-htrace" % "4.0.0"
[org.apache.hbase.thirdparty/hbase-noop-htrace "4.0.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.apache.hbase : hbase-shaded-testing-util | jar | 2.4.8 |
org.slf4j : slf4j-log4j12 | jar | 1.7.30 |