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