License |
License |
---|---|
GroupId | GroupIdorg.apache.hbase.thirdparty |
ArtifactId | ArtifactIdhbase-unsafe |
Last Version | Last Version4.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache HBase Unsafe Wrapper
Wrap sun.misc.Unsafe to avoid referencing it in the main code base
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
hbase-unsafe-4.1.1.pom | |
hbase-unsafe-4.1.1.jar | 20 KB |
hbase-unsafe-4.1.1-sources.jar | 14 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.hbase.thirdparty/hbase-unsafe/ -->
<dependency>
<groupId>org.apache.hbase.thirdparty</groupId>
<artifactId>hbase-unsafe</artifactId>
<version>4.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hbase.thirdparty/hbase-unsafe/
implementation 'org.apache.hbase.thirdparty:hbase-unsafe:4.1.1'
// https://jarcasting.com/artifacts/org.apache.hbase.thirdparty/hbase-unsafe/
implementation ("org.apache.hbase.thirdparty:hbase-unsafe:4.1.1")
'org.apache.hbase.thirdparty:hbase-unsafe:jar:4.1.1'
<dependency org="org.apache.hbase.thirdparty" name="hbase-unsafe" rev="4.1.1">
<artifact name="hbase-unsafe" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.hbase.thirdparty', module='hbase-unsafe', version='4.1.1')
)
libraryDependencies += "org.apache.hbase.thirdparty" % "hbase-unsafe" % "4.1.1"
[org.apache.hbase.thirdparty/hbase-unsafe "4.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.slf4j : slf4j-simple | jar | 1.7.30 |