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