h

hbase-unsafe

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