GroupId | GroupIdcom.baidu.hugegraph |
---|---|
ArtifactId | ArtifactIdhugegraph-hbase |
Version | Version0.9.2 |
Type | Typejar |
Filename | Size |
---|---|
hugegraph-hbase-0.9.2.pom | |
hugegraph-hbase-0.9.2.jar | 44 KB |
hugegraph-hbase-0.9.2-sources.jar | 18 KB |
hugegraph-hbase-0.9.2-javadoc.jar | 141 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.baidu.hugegraph/hugegraph-hbase/ -->
<dependency>
<groupId>com.baidu.hugegraph</groupId>
<artifactId>hugegraph-hbase</artifactId>
<version>0.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.baidu.hugegraph/hugegraph-hbase/
implementation 'com.baidu.hugegraph:hugegraph-hbase:0.9.2'
// https://jarcasting.com/artifacts/com.baidu.hugegraph/hugegraph-hbase/
implementation ("com.baidu.hugegraph:hugegraph-hbase:0.9.2")
'com.baidu.hugegraph:hugegraph-hbase:jar:0.9.2'
<dependency org="com.baidu.hugegraph" name="hugegraph-hbase" rev="0.9.2">
<artifact name="hugegraph-hbase" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.baidu.hugegraph', module='hugegraph-hbase', version='0.9.2')
)
libraryDependencies += "com.baidu.hugegraph" % "hugegraph-hbase" % "0.9.2"
[com.baidu.hugegraph/hugegraph-hbase "0.9.2"]