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

org.neo4j:cypher-parent 2.0.1

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

Категории

Категории

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

Группа

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

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

cypher-parent
Версия

Версия

2.0.1
Тип

Тип

jar

Скачать cypher-parent 2.0.1

Имя Файла Размер
cypher-parent-2.0.1.pom 10 KB
cypher-parent-2.0.1-tests.jar 3 KB
Обзор

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