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