License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdorg.datanucleus |
ArtifactId | ArtifactIddatanucleus-hbase |
Last Version | Last Version6.0.0-release |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDataNucleus HBase plugin
Plugin providing persistence to HBase datastores.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.datanucleus/datanucleus-hbase/ -->
<dependency>
<groupId>org.datanucleus</groupId>
<artifactId>datanucleus-hbase</artifactId>
<version>6.0.0-release</version>
</dependency>
// https://jarcasting.com/artifacts/org.datanucleus/datanucleus-hbase/
implementation 'org.datanucleus:datanucleus-hbase:6.0.0-release'
// https://jarcasting.com/artifacts/org.datanucleus/datanucleus-hbase/
implementation ("org.datanucleus:datanucleus-hbase:6.0.0-release")
'org.datanucleus:datanucleus-hbase:jar:6.0.0-release'
<dependency org="org.datanucleus" name="datanucleus-hbase" rev="6.0.0-release">
<artifact name="datanucleus-hbase" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.datanucleus', module='datanucleus-hbase', version='6.0.0-release')
)
libraryDependencies += "org.datanucleus" % "datanucleus-hbase" % "6.0.0-release"
[org.datanucleus/datanucleus-hbase "6.0.0-release"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.hbase : hbase-client | jar | 1.6.0 |
Group / Artifact | Type | Version |
---|---|---|
org.datanucleus : datanucleus-core | jar | [6.0.0-m1, 6.9) |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |