MVN

io.aboutcode.stage.persistence.graph : neo4j

Maven & Gradle

Jun 27, 2021
1 stars

Stage persistence for Neo4J · Neo4J persistence for stage

<dependency>
    <groupId>io.aboutcode.stage.persistence.graph</groupId>
    <artifactId>neo4j</artifactId>
    <version>4.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.aboutcode.stage.persistence.graph : neo4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.2

All Versions

Choose a version of io.aboutcode.stage.persistence.graph : neo4j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
neo4j-4.0.2
neo4j-4.0.1
neo4j-4.0.0
3.0.x
neo4j-3.0.15
neo4j-3.0.14
neo4j-3.0.13
neo4j-3.0.12
neo4j-3.0.11
neo4j-3.0.10
neo4j-3.0.9
neo4j-3.0.8
neo4j-3.0.7
neo4j-3.0.6
neo4j-3.0.5
neo4j-3.0.4
neo4j-3.0.3
neo4j-3.0.2
neo4j-3.0.1
neo4j-3.0.0
2.0.x
neo4j-2.0.0
1.1.x
neo4j-1.1.4
neo4j-1.1.3
neo4j-1.1.2
neo4j-1.1.1
neo4j-1.1.0
1.0.x
neo4j-1.0.0

How to add a dependency to Maven

Add the following io.aboutcode.stage.persistence.graph : neo4j maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.aboutcode.stage.persistence.graph</groupId>
    <artifactId>neo4j</artifactId>
    <version>4.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.aboutcode.stage.persistence.graph : neo4j gradle dependency to your build.gradle file:

implementation 'io.aboutcode.stage.persistence.graph:neo4j:4.0.2'

Gradle Kotlin DSL: Add the following io.aboutcode.stage.persistence.graph : neo4j gradle kotlin dependency to your build.gradle.kts file:

implementation("io.aboutcode.stage.persistence.graph:neo4j:4.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.aboutcode.stage.persistence.graph : neo4j sbt scala dependency to your build.sbt file:

libraryDependencies += "io.aboutcode.stage.persistence.graph" % "neo4j" % "4.0.2"