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