MVN

org.apache.hugegraph : hugegraph-commons

Maven & Gradle

Feb 10, 2023
28 stars

hugegraph-commons · hugegraph-commons is a common module for HugeGraph-Common and HugeGraph-Rpc with their peripheral components. It includes rpc frame, locks, configurations, events, iterators, rest and some numeric or collection util classes to simplify the development of HugeGraph and its components.

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

Latest Version

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

  • Latest Stable: 1.0.0

All Versions

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

Version Vulnerabilities Updated
1.0.x
hugegraph-commons-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

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