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