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

org.neo4j:cypher-parent 3.5.6

Project that builds the Neo4j Cypher modules as part of the Community distribution.

Категории

Категории

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

Группа

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

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

cypher-parent
Версия

Версия

3.5.6
Тип

Тип

pom

Скачать cypher-parent 3.5.6

Имя Файла Размер
cypher-parent-3.5.6.pom 5 KB
Обзор

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