MVN

org.neo4j.gds : cypher-printer-4.1

Maven & Gradle

May 11, 2021
1 usages
580 stars

Neo4j Graph Data Science :: Cypher Printer 4.1 · Neo4j Graph Data Science :: Cypher Printer 4.1

<dependency>
    <groupId>org.neo4j.gds</groupId>
    <artifactId>cypher-printer-4.1</artifactId>
    <version>1.5.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.neo4j.gds : cypher-printer-4.1 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.2
  • Latest Alpha: 1.6.0-alpha05

All Versions

Choose a version of org.neo4j.gds : cypher-printer-4.1 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
cypher-printer-4.1-1.6.0-alpha05
cypher-printer-4.1-1.6.0-alpha04
cypher-printer-4.1-1.6.0-alpha02
cypher-printer-4.1-1.6.0-alpha01
1.5.x
cypher-printer-4.1-1.5.2
cypher-printer-4.1-1.5.1
cypher-printer-4.1-1.5.0
cypher-printer-4.1-1.5.0-alpha04
cypher-printer-4.1-1.5.0-alpha03
cypher-printer-4.1-1.5.0-alpha02
cypher-printer-4.1-1.5.0-alpha01
1.4.x
cypher-printer-4.1-1.4.2
cypher-printer-4.1-1.4.1
cypher-printer-4.1-1.4.0
cypher-printer-4.1-1.4.0-alpha09
cypher-printer-4.1-1.4.0-alpha08
cypher-printer-4.1-1.4.0-alpha07
cypher-printer-4.1-1.4.0-alpha06
cypher-printer-4.1-1.4.0-alpha05
cypher-printer-4.1-1.4.0-alpha04
cypher-printer-4.1-1.4.0-alpha03
cypher-printer-4.1-1.4.0-alpha02
cypher-printer-4.1-1.4.0-alpha01
1.3.x
cypher-printer-4.1-1.3.5
cypher-printer-4.1-1.3.4
cypher-printer-4.1-1.3.3
cypher-printer-4.1-1.3.2
cypher-printer-4.1-1.3.1
cypher-printer-4.1-1.3.0
cypher-printer-4.1-1.3.0-alpha03
cypher-printer-4.1-1.3.0-alpha02
cypher-printer-4.1-1.3.0-alpha01

How to add a dependency to Maven

Add the following org.neo4j.gds : cypher-printer-4.1 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.neo4j.gds</groupId>
    <artifactId>cypher-printer-4.1</artifactId>
    <version>1.5.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.neo4j.gds : cypher-printer-4.1 gradle dependency to your build.gradle file:

implementation 'org.neo4j.gds:cypher-printer-4.1:1.5.2'

Gradle Kotlin DSL: Add the following org.neo4j.gds : cypher-printer-4.1 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.neo4j.gds:cypher-printer-4.1:1.5.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.neo4j.gds : cypher-printer-4.1 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.neo4j.gds" % "cypher-printer-4.1" % "1.5.2"

Advertisement