License |
License |
---|---|
Categories |
CategoriesNeo4J Data Databases |
GroupId | GroupIdorg.neo4j |
ArtifactId | ArtifactIdneo4j-cypher-interpreted-runtime |
Version | Version4.4.2 |
Type | Typejar |
Description |
DescriptionNeo4j - Cypher Interpreted Runtime
The traditional cypher interpreted runtime
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.neo4j/neo4j-cypher-interpreted-runtime/ -->
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-cypher-interpreted-runtime</artifactId>
<version>4.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.neo4j/neo4j-cypher-interpreted-runtime/
implementation 'org.neo4j:neo4j-cypher-interpreted-runtime:4.4.2'
// https://jarcasting.com/artifacts/org.neo4j/neo4j-cypher-interpreted-runtime/
implementation ("org.neo4j:neo4j-cypher-interpreted-runtime:4.4.2")
'org.neo4j:neo4j-cypher-interpreted-runtime:jar:4.4.2'
<dependency org="org.neo4j" name="neo4j-cypher-interpreted-runtime" rev="4.4.2">
<artifact name="neo4j-cypher-interpreted-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.neo4j', module='neo4j-cypher-interpreted-runtime', version='4.4.2')
)
libraryDependencies += "org.neo4j" % "neo4j-cypher-interpreted-runtime" % "4.4.2"
[org.neo4j/neo4j-cypher-interpreted-runtime "4.4.2"]
Group / Artifact | Type | Version |
---|---|---|
org.neo4j : neo4j-exceptions | jar | 4.4.2 |
org.neo4j : neo4j-cypher-logical-plans | jar | 4.4.2 |
org.neo4j : neo4j-cypher-planner-spi | jar | 4.4.2 |
org.neo4j : neo4j-cypher-runtime-util | jar | 4.4.2 |
org.neo4j : neo4j-values | jar | 4.4.2 |
org.neo4j : neo4j-csv | jar | 4.4.2 |
org.neo4j : neo4j-graphdb-api | jar | 4.4.2 |
org.neo4j : neo4j-graph-algo | jar | 4.4.2 |
org.neo4j : neo4j-kernel | jar | 4.4.2 |
org.scala-lang : scala-library | jar | 2.12.13 |
org.scala-lang : scala-reflect | jar | 2.12.13 |
org.parboiled : parboiled-scala_2.12 | jar | 1.2.0 |
org.apache.commons : commons-lang3 | jar | 3.12.0 |
Group / Artifact | Type | Version |
---|---|---|
org.scalacheck : scalacheck_2.12 | jar | 1.14.0 |
org.neo4j : neo4j-test-util | jar | 4.4.2 |
org.neo4j : kernel-api-test-utils | jar | 4.4.2 |
org.neo4j : neo4j-ast | test-jar | 4.4.2 |
org.neo4j : neo4j-cypher-runtime-util | test-jar | 4.4.2 |
org.neo4j : io-test-utils | jar | 4.4.2 |
org.junit.vintage : junit-vintage-engine | jar | 5.7.2 |