MVN

org.neo4j.gds : defaults-and-limits-procedures

Maven & Gradle

Aug 25, 2022
580 stars

Neo4j Graph Data Science :: Procedures :: Defaults and Limits · Neo4j Graph Data Science :: Procedures :: Defaults and Limits

<dependency>
    <groupId>org.neo4j.gds</groupId>
    <artifactId>defaults-and-limits-procedures</artifactId>
    <version>2.2.0-alpha04</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.neo4j.gds : defaults-and-limits-procedures to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.0-alpha04
  • Latest Alpha: 2.2.0-alpha04

All Versions

Choose a version of org.neo4j.gds : defaults-and-limits-procedures to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
defaults-and-limits-procedures-2.2.0-alpha04

How to add a dependency to Maven

Add the following org.neo4j.gds : defaults-and-limits-procedures maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.neo4j.gds</groupId>
    <artifactId>defaults-and-limits-procedures</artifactId>
    <version>2.2.0-alpha04</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.neo4j.gds : defaults-and-limits-procedures gradle dependency to your build.gradle file:

implementation 'org.neo4j.gds:defaults-and-limits-procedures:2.2.0-alpha04'

Gradle Kotlin DSL: Add the following org.neo4j.gds : defaults-and-limits-procedures gradle kotlin dependency to your build.gradle.kts file:

implementation("org.neo4j.gds:defaults-and-limits-procedures:2.2.0-alpha04")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.neo4j.gds : defaults-and-limits-procedures sbt scala dependency to your build.sbt file:

libraryDependencies += "org.neo4j.gds" % "defaults-and-limits-procedures" % "2.2.0-alpha04"

Advertisement