| License |
License |
|---|---|
| GroupId | GroupIdorg.apache.hbase |
| ArtifactId | ArtifactIdhbase |
| Last Version | Last Version3.0.0-alpha-2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionApache HBase
Apache HBase is the Hadoop database. Use it when you need
random, realtime read/write access to your Big Data.
This project's goal is the hosting of very large tables -- billions of rows X millions of columns -- atop clusters
of commodity hardware.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| hbase-3.0.0-alpha-2.pom | |
| hbase-3.0.0-alpha-2.zip | 15 MB |
| hbase-3.0.0-alpha-2-tests.jar | 974 KB |
| hbase-3.0.0-alpha-2-sources.jar | 1 MB |
| hbase-3.0.0-alpha-2-javadoc.jar | 4 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.hbase/hbase/ -->
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase</artifactId>
<version>3.0.0-alpha-2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hbase/hbase/
implementation 'org.apache.hbase:hbase:3.0.0-alpha-2'
// https://jarcasting.com/artifacts/org.apache.hbase/hbase/
implementation ("org.apache.hbase:hbase:3.0.0-alpha-2")
'org.apache.hbase:hbase:jar:3.0.0-alpha-2'
<dependency org="org.apache.hbase" name="hbase" rev="3.0.0-alpha-2">
<artifact name="hbase" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.hbase', module='hbase', version='3.0.0-alpha-2')
)
libraryDependencies += "org.apache.hbase" % "hbase" % "3.0.0-alpha-2"
[org.apache.hbase/hbase "3.0.0-alpha-2"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13 |