License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.yahoo.omid |
ArtifactId | ArtifactIdhbase-client |
Version | Version0.8.0-alpha |
Type | Typejar |
Description |
DescriptionOmid HBase Client
Omid is a lock-free centralized transaction manager designed for providing transactions to big data stores such as HBase.
|
Filename | Size |
---|---|
hbase-client-0.8.0-alpha.pom | |
hbase-client-0.8.0-alpha.jar | 227 KB |
hbase-client-0.8.0-alpha-tests.jar | 59 KB |
hbase-client-0.8.0-alpha-sources.jar | 18 KB |
hbase-client-0.8.0-alpha-javadoc.jar | 95 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.yahoo.omid/hbase-client/ -->
<dependency>
<groupId>com.yahoo.omid</groupId>
<artifactId>hbase-client</artifactId>
<version>0.8.0-alpha</version>
</dependency>
// https://jarcasting.com/artifacts/com.yahoo.omid/hbase-client/
implementation 'com.yahoo.omid:hbase-client:0.8.0-alpha'
// https://jarcasting.com/artifacts/com.yahoo.omid/hbase-client/
implementation ("com.yahoo.omid:hbase-client:0.8.0-alpha")
'com.yahoo.omid:hbase-client:jar:0.8.0-alpha'
<dependency org="com.yahoo.omid" name="hbase-client" rev="0.8.0-alpha">
<artifact name="hbase-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yahoo.omid', module='hbase-client', version='0.8.0-alpha')
)
libraryDependencies += "com.yahoo.omid" % "hbase-client" % "0.8.0-alpha"
[com.yahoo.omid/hbase-client "0.8.0-alpha"]