GroupId | GroupIdcom.baidu.hugegraph |
---|---|
ArtifactId | ArtifactIdhugegraph-hbase |
Version | Version0.8.0 |
Type | Typejar |
Filename | Size |
---|---|
hugegraph-hbase-0.8.0.pom | |
hugegraph-hbase-0.8.0.jar | 42 KB |
hugegraph-hbase-0.8.0-sources.jar | 17 KB |
hugegraph-hbase-0.8.0-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.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.baidu.hugegraph/hugegraph-hbase/
implementation 'com.baidu.hugegraph:hugegraph-hbase:0.8.0'
// https://jarcasting.com/artifacts/com.baidu.hugegraph/hugegraph-hbase/
implementation ("com.baidu.hugegraph:hugegraph-hbase:0.8.0")
'com.baidu.hugegraph:hugegraph-hbase:jar:0.8.0'
<dependency org="com.baidu.hugegraph" name="hugegraph-hbase" rev="0.8.0">
<artifact name="hugegraph-hbase" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.baidu.hugegraph', module='hugegraph-hbase', version='0.8.0')
)
libraryDependencies += "com.baidu.hugegraph" % "hugegraph-hbase" % "0.8.0"
[com.baidu.hugegraph/hugegraph-hbase "0.8.0"]