MVN

io.hgraphdb : hgraphdb

Maven & Gradle

May 17, 2021
251 stars

hgraphdb · HBase as a Tinkerpop Graph Database

<dependency>
    <groupId>io.hgraphdb</groupId>
    <artifactId>hgraphdb</artifactId>
    <version>3.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.hgraphdb : hgraphdb to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.0

All Versions

Choose a version of io.hgraphdb : hgraphdb to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
hgraphdb-3.1.0
3.0.x
hgraphdb-3.0.0
2.2.x
hgraphdb-2.2.2
hgraphdb-2.2.1
hgraphdb-2.2.0
2.1.x
hgraphdb-2.1.2
hgraphdb-2.1.1
hgraphdb-2.1.0
2.0.x
hgraphdb-2.0.1
hgraphdb-2.0.0
1.0.x
hgraphdb-1.0.10
hgraphdb-1.0.9
hgraphdb-1.0.8
hgraphdb-1.0.7
hgraphdb-1.0.6
hgraphdb-1.0.5
hgraphdb-1.0.4
hgraphdb-1.0.3
hgraphdb-1.0.2
hgraphdb-1.0.1
hgraphdb-1.0.0
0.4.x
hgraphdb-0.4.17
hgraphdb-0.4.16
hgraphdb-0.4.15
hgraphdb-0.4.14
hgraphdb-0.4.13
hgraphdb-0.4.12
hgraphdb-0.4.11
hgraphdb-0.4.10
hgraphdb-0.4.9
hgraphdb-0.4.8
hgraphdb-0.4.7
hgraphdb-0.4.6
hgraphdb-0.4.5
hgraphdb-0.4.4
hgraphdb-0.4.3
hgraphdb-0.4.2
hgraphdb-0.4.1
hgraphdb-0.4.0
0.3.x
hgraphdb-0.3.6
hgraphdb-0.3.4
hgraphdb-0.3.3
hgraphdb-0.3.2
hgraphdb-0.3.0
0.2.x
hgraphdb-0.2.2
hgraphdb-0.2.1
hgraphdb-0.2.0
0.1.x
hgraphdb-0.1.0
0.0.x
hgraphdb-0.0.4
hgraphdb-0.0.3
hgraphdb-0.0.2
hgraphdb-0.0.1

How to add a dependency to Maven

Add the following io.hgraphdb : hgraphdb maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.hgraphdb</groupId>
    <artifactId>hgraphdb</artifactId>
    <version>3.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.hgraphdb : hgraphdb gradle dependency to your build.gradle file:

implementation 'io.hgraphdb:hgraphdb:3.1.0'

Gradle Kotlin DSL: Add the following io.hgraphdb : hgraphdb gradle kotlin dependency to your build.gradle.kts file:

implementation("io.hgraphdb:hgraphdb:3.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.hgraphdb : hgraphdb sbt scala dependency to your build.sbt file:

libraryDependencies += "io.hgraphdb" % "hgraphdb" % "3.1.0"

Advertisement