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