License |
License |
---|---|
Categories |
CategoriesPostgreSQL Data Databases |
GroupId | GroupIdcom.baidu.hugegraph |
ArtifactId | ArtifactIdhugegraph-postgresql |
Version | Version0.11.2 |
Type | Typejar |
Description |
Descriptionhugegraph is a fast-speed, highly-scalable, transactional graph database developed by baidu
|
Filename | Size |
---|---|
hugegraph-postgresql-0.11.2.pom | |
hugegraph-postgresql-0.11.2.jar | 28 KB |
hugegraph-postgresql-0.11.2-sources.jar | 11 KB |
hugegraph-postgresql-0.11.2-javadoc.jar | 164 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.baidu.hugegraph/hugegraph-postgresql/ -->
<dependency>
<groupId>com.baidu.hugegraph</groupId>
<artifactId>hugegraph-postgresql</artifactId>
<version>0.11.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.baidu.hugegraph/hugegraph-postgresql/
implementation 'com.baidu.hugegraph:hugegraph-postgresql:0.11.2'
// https://jarcasting.com/artifacts/com.baidu.hugegraph/hugegraph-postgresql/
implementation ("com.baidu.hugegraph:hugegraph-postgresql:0.11.2")
'com.baidu.hugegraph:hugegraph-postgresql:jar:0.11.2'
<dependency org="com.baidu.hugegraph" name="hugegraph-postgresql" rev="0.11.2">
<artifact name="hugegraph-postgresql" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.baidu.hugegraph', module='hugegraph-postgresql', version='0.11.2')
)
libraryDependencies += "com.baidu.hugegraph" % "hugegraph-postgresql" % "0.11.2"
[com.baidu.hugegraph/hugegraph-postgresql "0.11.2"]
Group / Artifact | Type | Version |
---|---|---|
com.baidu.hugegraph : hugegraph-core | jar | 0.11.2 |
com.baidu.hugegraph : hugegraph-mysql | jar | 0.11.2 |
org.postgresql : postgresql | jar | 42.1.4 |