MVN

org.neo4j.gds : storage-engine-adapter-4.4.0-alpha01

Maven & Gradle

Dec 01, 2021
1 usages
580 stars

Neo4j Graph Data Science :: Storage Engine Adapter 4.4.0-alpha01 · Neo4j Graph Data Science :: Storage Engine Adapter 4.4.0-alpha01

<dependency>
    <groupId>org.neo4j.gds</groupId>
    <artifactId>storage-engine-adapter-4.4.0-alpha01</artifactId>
    <version>1.8.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.neo4j.gds : storage-engine-adapter-4.4.0-alpha01 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.0
  • Latest Alpha: 1.8.0-alpha04

All Versions

Choose a version of org.neo4j.gds : storage-engine-adapter-4.4.0-alpha01 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8.x
storage-engine-adapter-4.4.0-alpha01-1.8.0
storage-engine-adapter-4.4.0-alpha01-1.8.0-alpha04
storage-engine-adapter-4.4.0-alpha01-1.8.0-alpha03

How to add a dependency to Maven

Add the following org.neo4j.gds : storage-engine-adapter-4.4.0-alpha01 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.neo4j.gds</groupId>
    <artifactId>storage-engine-adapter-4.4.0-alpha01</artifactId>
    <version>1.8.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.neo4j.gds : storage-engine-adapter-4.4.0-alpha01 gradle dependency to your build.gradle file:

implementation 'org.neo4j.gds:storage-engine-adapter-4.4.0-alpha01:1.8.0'

Gradle Kotlin DSL: Add the following org.neo4j.gds : storage-engine-adapter-4.4.0-alpha01 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.neo4j.gds:storage-engine-adapter-4.4.0-alpha01:1.8.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.neo4j.gds : storage-engine-adapter-4.4.0-alpha01 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.neo4j.gds" % "storage-engine-adapter-4.4.0-alpha01" % "1.8.0"

Advertisement