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