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.5.jar download
hbase-unsafe-4.1.5.pom download
hbase-unsafe-4.1.5-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.hbase.thirdparty</groupId>
  <artifactId>hbase-unsafe</artifactId>
  <version>4.1.5</version>
</dependency>
Gradle Groovy
implementation 'org.apache.hbase.thirdparty:hbase-unsafe:4.1.5'
Gradle Kotlin
implementation("org.apache.hbase.thirdparty:hbase-unsafe:4.1.5")
Scala SBT
libraryDependencies += "org.apache.hbase.thirdparty" % "hbase-unsafe" % "4.1.5"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.hbase.thirdparty', module='hbase-unsafe', version='4.1.5')
)
Apache Ivy
<dependency org="org.apache.hbase.thirdparty" name="hbase-unsafe" rev="4.1.5" />
Leiningen
[org.apache.hbase.thirdparty/hbase-unsafe "4.1.5"]
Apache Buildr
'org.apache.hbase.thirdparty:hbase-unsafe:jar:4.1.5'
Dependencies