MVN

org.neo4j : neo4j-cypher-slotted-runtime

Maven & Gradle

Aug 15, 2023
4 usages
12.4k stars

Neo4j - Cypher Slotted Runtime · Planner for the physical query plans

<dependency>
    <groupId>org.neo4j</groupId>
    <artifactId>neo4j-cypher-slotted-runtime</artifactId>
    <version>5.11.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.neo4j : neo4j-cypher-slotted-runtime to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.11.0
  • Latest Release Candidate: 3.4.0-rc02
  • Latest Beta: 3.5.0-beta03
  • Latest Alpha: 3.5.0-alpha09

All Versions

Choose a version of org.neo4j : neo4j-cypher-slotted-runtime to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.11.x
neo4j-cypher-slotted-runtime-5.11.0
5.10.x
neo4j-cypher-slotted-runtime-5.10.0
5.9.x
neo4j-cypher-slotted-runtime-5.9.0
5.8.x
neo4j-cypher-slotted-runtime-5.8.0
5.7.x
neo4j-cypher-slotted-runtime-5.7.0
5.6.x
neo4j-cypher-slotted-runtime-5.6.0
5.5.x
neo4j-cypher-slotted-runtime-5.5.0
5.4.x
neo4j-cypher-slotted-runtime-5.4.0
5.3.x
neo4j-cypher-slotted-runtime-5.3.0
5.2.x
neo4j-cypher-slotted-runtime-5.2.0
5.1.x
neo4j-cypher-slotted-runtime-5.1.0
3.5.x
neo4j-cypher-slotted-runtime-3.5.0-beta03
neo4j-cypher-slotted-runtime-3.5.0-beta02
neo4j-cypher-slotted-runtime-3.5.0-beta01
neo4j-cypher-slotted-runtime-3.5.0-alpha09
neo4j-cypher-slotted-runtime-3.5.0-alpha08
neo4j-cypher-slotted-runtime-3.5.0-alpha07
neo4j-cypher-slotted-runtime-3.5.0-alpha06
neo4j-cypher-slotted-runtime-3.5.0-alpha05
neo4j-cypher-slotted-runtime-3.5.0-alpha04
neo4j-cypher-slotted-runtime-3.5.0-alpha03
neo4j-cypher-slotted-runtime-3.5.0-alpha02
neo4j-cypher-slotted-runtime-3.5.0-alpha01
3.4.x
neo4j-cypher-slotted-runtime-3.4.18
neo4j-cypher-slotted-runtime-3.4.17
neo4j-cypher-slotted-runtime-3.4.16
neo4j-cypher-slotted-runtime-3.4.15
neo4j-cypher-slotted-runtime-3.4.14
neo4j-cypher-slotted-runtime-3.4.13
neo4j-cypher-slotted-runtime-3.4.12
neo4j-cypher-slotted-runtime-3.4.11
neo4j-cypher-slotted-runtime-3.4.10
neo4j-cypher-slotted-runtime-3.4.9
neo4j-cypher-slotted-runtime-3.4.8
neo4j-cypher-slotted-runtime-3.4.7
neo4j-cypher-slotted-runtime-3.4.6
neo4j-cypher-slotted-runtime-3.4.5
neo4j-cypher-slotted-runtime-3.4.4
neo4j-cypher-slotted-runtime-3.4.3
neo4j-cypher-slotted-runtime-3.4.1
neo4j-cypher-slotted-runtime-3.4.0
neo4j-cypher-slotted-runtime-3.4.0-rc02
neo4j-cypher-slotted-runtime-3.4.0-rc01
neo4j-cypher-slotted-runtime-3.4.0-beta02
neo4j-cypher-slotted-runtime-3.4.0-beta01
neo4j-cypher-slotted-runtime-3.4.0-alpha10
neo4j-cypher-slotted-runtime-3.4.0-alpha09
neo4j-cypher-slotted-runtime-3.4.0-alpha08
neo4j-cypher-slotted-runtime-3.4.0-alpha07
neo4j-cypher-slotted-runtime-3.4.0-alpha06
neo4j-cypher-slotted-runtime-3.4.0-alpha05
neo4j-cypher-slotted-runtime-3.4.0-alpha04
neo4j-cypher-slotted-runtime-3.4.0-alpha03
neo4j-cypher-slotted-runtime-3.4.0-alpha02
neo4j-cypher-slotted-runtime-3.4.0-alpha01
3.3.x
neo4j-cypher-slotted-runtime-3.3.9
neo4j-cypher-slotted-runtime-3.3.8
neo4j-cypher-slotted-runtime-3.3.7
neo4j-cypher-slotted-runtime-3.3.6
neo4j-cypher-slotted-runtime-3.3.5
neo4j-cypher-slotted-runtime-3.3.4
neo4j-cypher-slotted-runtime-3.3.3
neo4j-cypher-slotted-runtime-3.3.2
neo4j-cypher-slotted-runtime-3.3.1
neo4j-cypher-slotted-runtime-3.3.0
neo4j-cypher-slotted-runtime-3.3.0-rc1
neo4j-cypher-slotted-runtime-3.3.0-beta02
neo4j-cypher-slotted-runtime-3.3.0-beta01

How to add a dependency to Maven

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

<dependency>
    <groupId>org.neo4j</groupId>
    <artifactId>neo4j-cypher-slotted-runtime</artifactId>
    <version>5.11.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.neo4j : neo4j-cypher-slotted-runtime gradle dependency to your build.gradle file:

implementation 'org.neo4j:neo4j-cypher-slotted-runtime:5.11.0'

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

implementation("org.neo4j:neo4j-cypher-slotted-runtime:5.11.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.neo4j : neo4j-cypher-slotted-runtime sbt scala dependency to your build.sbt file:

libraryDependencies += "org.neo4j" % "neo4j-cypher-slotted-runtime" % "5.11.0"

Advertisement

Dependencies from Group

Aug 24, 2023
265 usages
12.4k stars
Aug 24, 2023
227 usages
12.4k stars
Aug 24, 2023
168 usages
12.4k stars
Aug 24, 2023
86 usages
12.4k stars
Aug 24, 2023
83 usages
12.4k stars

Discover Dependencies