MVN

org.graphfoundation.ongdb : ongdb-concurrent

Maven & Gradle

Dec 04, 2020
1 usages
376 stars

ONgDB - Concurrent · A set of assorted utilities for concurrent computing.

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

Latest Version

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

  • Latest Stable: 3.6.2

All Versions

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

Version Vulnerabilities Updated
3.6.x
ongdb-concurrent-3.6.2
ongdb-concurrent-3.6.1
ongdb-concurrent-3.6.0
ongdb-concurrent-3.6.0.M2

How to add a dependency to Maven

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

<dependency>
    <groupId>org.graphfoundation.ongdb</groupId>
    <artifactId>ongdb-concurrent</artifactId>
    <version>3.6.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.graphfoundation.ongdb:ongdb-concurrent:3.6.2'

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

implementation("org.graphfoundation.ongdb:ongdb-concurrent:3.6.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.graphfoundation.ongdb" % "ongdb-concurrent" % "3.6.2"

Advertisement