MVN

org.graphfoundation.ongdb : ongdb-community

Maven & Gradle

Aug 05, 2022
376 stars

ONgDB - Community · A meta package containing the most used ONgDB Community libraries. Intended use: as a Maven dependency.

<dependency>
    <groupId>org.graphfoundation.ongdb</groupId>
    <artifactId>ongdb-community</artifactId>
    <version>1.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.graphfoundation.ongdb : ongdb-community to add to Maven - Latest Versions:

  • Latest Stable: 1.0.4
  • Latest Beta: 1.0.0-beta01

All Versions

Choose a version of org.graphfoundation.ongdb : ongdb-community to add to Maven - All Versions:

Version Vulnerabilities Updated
3.6.x
ongdb-community-3.6.2
ongdb-community-3.6.1
ongdb-community-3.6.0
ongdb-community-3.6.0.M2
1.0.x
ongdb-community-1.0.4
ongdb-community-1.0.3
ongdb-community-1.0.2
ongdb-community-1.0.1
ongdb-community-1.0.0
ongdb-community-1.0.0-beta01

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.graphfoundation.ongdb</groupId>
    <artifactId>ongdb-community</artifactId>
    <version>1.0.4</version>
</dependency>