MVN

org.graphfoundation.ongdb.client : ongdb-browser

Maven & Gradle

Jun 30, 2021
1 usages
9 stars

ONgDB - Browser · Graph database client.

<dependency>
    <groupId>org.graphfoundation.ongdb.client</groupId>
    <artifactId>ongdb-browser</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.graphfoundation.ongdb.client : ongdb-browser to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0
  • Latest Release Candidate: 1.0.0-rc01
  • Latest Beta: 1.0.0-beta01
  • Latest Alpha: 1.0.0-alpha02

All Versions

Choose a version of org.graphfoundation.ongdb.client : ongdb-browser to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.1.x
ongdb-browser-4.1.2
4.0.x
ongdb-browser-4.0.11
ongdb-browser-4.0.8
ongdb-browser-4.0.6
ongdb-browser-4.0.3
ongdb-browser-4.0.2
3.2.x
ongdb-browser-3.2.26
ongdb-browser-3.2.20
ongdb-browser-3.2.18
ongdb-browser-3.2.16
ongdb-browser-3.2.15
1.0.x
ongdb-browser-1.0.0
ongdb-browser-1.0.0-rc01
ongdb-browser-1.0.0-beta01
ongdb-browser-1.0.0-alpha02
ongdb-browser-1.0.0-alpha01

How to add a dependency to Maven

Add the following org.graphfoundation.ongdb.client : ongdb-browser maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.graphfoundation.ongdb.client</groupId>
    <artifactId>ongdb-browser</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.graphfoundation.ongdb.client : ongdb-browser gradle dependency to your build.gradle file:

implementation 'org.graphfoundation.ongdb.client:ongdb-browser:1.0.0'

Gradle Kotlin DSL: Add the following org.graphfoundation.ongdb.client : ongdb-browser gradle kotlin dependency to your build.gradle.kts file:

implementation("org.graphfoundation.ongdb.client:ongdb-browser:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.graphfoundation.ongdb.client : ongdb-browser sbt scala dependency to your build.sbt file:

libraryDependencies += "org.graphfoundation.ongdb.client" % "ongdb-browser" % "1.0.0"

Advertisement