MVN

org.apache.hugegraph : hugegraph-hubble

Maven & Gradle

Feb 10, 2023
81 stars

hugegraph-hubble · hugegraph-hubble is a graph management and analysis platform that provides features: graph data load, schema management, graph relationship analysis and graphical display.

<dependency>
    <groupId>org.apache.hugegraph</groupId>
    <artifactId>hugegraph-hubble</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.hugegraph : hugegraph-hubble to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of org.apache.hugegraph : hugegraph-hubble to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
hugegraph-hubble-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.apache.hugegraph</groupId>
    <artifactId>hugegraph-hubble</artifactId>
    <version>1.0.0</version>
</dependency>