не последняя версия
Последняя версия 4.4.8

org.neo4j:neo4j-cypher-interpreted-runtime 4.0.3

The traditional cypher interpreted runtime

Категории

Категории

Neo4J Данные Базы данных
Группа

Группа

org.neo4j
Идентификатор

Идентификатор

neo4j-cypher-interpreted-runtime
Версия

Версия

4.0.3
Тип

Тип

jar

Скачать neo4j-cypher-interpreted-runtime 4.0.3


<!-- https://jarcasting.com/artifacts/org.neo4j/neo4j-cypher-interpreted-runtime/ -->
<dependency>
    <groupId>org.neo4j</groupId>
    <artifactId>neo4j-cypher-interpreted-runtime</artifactId>
    <version>4.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.neo4j/neo4j-cypher-interpreted-runtime/
implementation 'org.neo4j:neo4j-cypher-interpreted-runtime:4.0.3'
// https://jarcasting.com/artifacts/org.neo4j/neo4j-cypher-interpreted-runtime/
implementation ("org.neo4j:neo4j-cypher-interpreted-runtime:4.0.3")
'org.neo4j:neo4j-cypher-interpreted-runtime:jar:4.0.3'
<dependency org="org.neo4j" name="neo4j-cypher-interpreted-runtime" rev="4.0.3">
  <artifact name="neo4j-cypher-interpreted-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.neo4j', module='neo4j-cypher-interpreted-runtime', version='4.0.3')
)
libraryDependencies += "org.neo4j" % "neo4j-cypher-interpreted-runtime" % "4.0.3"
[org.neo4j/neo4j-cypher-interpreted-runtime "4.0.3"]