GroupId | GroupIdorg.cloudgraph |
---|---|
ArtifactId | ArtifactIdcloudgraph-hbase |
Version | Version0.6.2 |
Type | Typejar |
Filename | Size |
---|---|
cloudgraph-hbase-0.6.2.pom | |
cloudgraph-hbase-0.6.2.jar | 417 KB |
cloudgraph-hbase-0.6.2-sources.jar | 537 KB |
cloudgraph-hbase-0.6.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.cloudgraph/cloudgraph-hbase/
implementation 'org.cloudgraph:cloudgraph-hbase:0.6.2'
// https://jarcasting.com/artifacts/org.cloudgraph/cloudgraph-hbase/
implementation ("org.cloudgraph:cloudgraph-hbase:0.6.2")
'org.cloudgraph:cloudgraph-hbase:jar:0.6.2'
<dependency org="org.cloudgraph" name="cloudgraph-hbase" rev="0.6.2">
<artifact name="cloudgraph-hbase" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cloudgraph', module='cloudgraph-hbase', version='0.6.2')
)
libraryDependencies += "org.cloudgraph" % "cloudgraph-hbase" % "0.6.2"
[org.cloudgraph/cloudgraph-hbase "0.6.2"]