h

hugegraph-common

hugegraph-common is a common module for HugeGraph and its peripheral components. hugegraph-common encapsulates locks, configurations, events, iterators, rest and some numeric or collection util classes to simplify the development of HugeGraph and its components.
https://github.com/hugegraph/hugegraph-common
The Apache Software License, Version 2.0
lizhangmei zhoney liningrui
Files download
File Operation
hugegraph-common-1.6.11.jar download
hugegraph-common-1.6.11.pom download
hugegraph-common-1.6.11-sources.jar download
Apache Maven
<dependency>
  <groupId>com.baidu.hugegraph</groupId>
  <artifactId>hugegraph-common</artifactId>
  <version>1.6.11</version>
</dependency>
Gradle Groovy
implementation 'com.baidu.hugegraph:hugegraph-common:1.6.11'
Gradle Kotlin
implementation("com.baidu.hugegraph:hugegraph-common:1.6.11")
Scala SBT
libraryDependencies += "com.baidu.hugegraph" % "hugegraph-common" % "1.6.11"
Groovy Grape
@Grapes(
  @Grab(group='com.baidu.hugegraph', module='hugegraph-common', version='1.6.11')
)
Apache Ivy
<dependency org="com.baidu.hugegraph" name="hugegraph-common" rev="1.6.11" />
Leiningen
[com.baidu.hugegraph/hugegraph-common "1.6.11"]
Apache Buildr
'com.baidu.hugegraph:hugegraph-common:jar:1.6.11'