GroupId | GroupIdorg.cloudgraph |
---|---|
ArtifactId | ArtifactIdcloudgraph-hbase |
Version | Version0.6.4 |
Type | Typejar |
Filename | Size |
---|---|
cloudgraph-hbase-0.6.4.pom | |
cloudgraph-hbase-0.6.4.jar | 275 KB |
cloudgraph-hbase-0.6.4-sources.jar | 383 KB |
cloudgraph-hbase-0.6.4-javadoc.jar | 679 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.cloudgraph/cloudgraph-hbase/ -->
<dependency>
<groupId>org.cloudgraph</groupId>
<artifactId>cloudgraph-hbase</artifactId>
<version>0.6.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.cloudgraph/cloudgraph-hbase/
implementation 'org.cloudgraph:cloudgraph-hbase:0.6.4'
// https://jarcasting.com/artifacts/org.cloudgraph/cloudgraph-hbase/
implementation ("org.cloudgraph:cloudgraph-hbase:0.6.4")
'org.cloudgraph:cloudgraph-hbase:jar:0.6.4'
<dependency org="org.cloudgraph" name="cloudgraph-hbase" rev="0.6.4">
<artifact name="cloudgraph-hbase" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cloudgraph', module='cloudgraph-hbase', version='0.6.4')
)
libraryDependencies += "org.cloudgraph" % "cloudgraph-hbase" % "0.6.4"
[org.cloudgraph/cloudgraph-hbase "0.6.4"]