h

hbase-unsafe

Wrap sun.misc.Unsafe to avoid referencing it in the main code base
https://hbase.apache.org/hbase-unsafe
Apache License, Version 2.0
The Apache Software Foundation
Files download
File Operation
hbase-unsafe-4.1.9.jar download
hbase-unsafe-4.1.9.pom download
hbase-unsafe-4.1.9-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.hbase.thirdparty</groupId>
  <artifactId>hbase-unsafe</artifactId>
  <version>4.1.9</version>
</dependency>
Gradle Groovy
implementation 'org.apache.hbase.thirdparty:hbase-unsafe:4.1.9'
Gradle Kotlin
implementation("org.apache.hbase.thirdparty:hbase-unsafe:4.1.9")
Scala SBT
libraryDependencies += "org.apache.hbase.thirdparty" % "hbase-unsafe" % "4.1.9"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.hbase.thirdparty', module='hbase-unsafe', version='4.1.9')
)
Apache Ivy
<dependency org="org.apache.hbase.thirdparty" name="hbase-unsafe" rev="4.1.9" />
Leiningen
[org.apache.hbase.thirdparty/hbase-unsafe "4.1.9"]
Apache Buildr
'org.apache.hbase.thirdparty:hbase-unsafe:jar:4.1.9'
Dependencies