openCypher Frontend

Scala implementation of - parser - abstract syntax tree (AST) - semantic analysis - typing - scoping for openCypher queries, resulting in a normalised AST representation of the query string. See https://www.opencypher.org for more information on the openCypher project and query language.

Лицензия

Лицензия

Категории

Категории

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

Группа

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

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

openCypher-frontend-1
Последняя версия

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

3.4.18
Дата

Дата

Тип

Тип

jar
Описание

Описание

openCypher Frontend
Scala implementation of - parser - abstract syntax tree (AST) - semantic analysis - typing - scoping for openCypher queries, resulting in a normalised AST representation of the query string. See https://www.opencypher.org for more information on the openCypher project and query language.
Ссылка на сайт

Ссылка на сайт

http://components.neo4j.org/openCypher-frontend-1/3.4.18
Организация-разработчик

Организация-разработчик

The Neo4j Graph Database Project
Система контроля версий

Система контроля версий

https://github.com/neo4j/neo4j

Скачать openCypher-frontend-1

Как подключить последнюю версию

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

Зависимости

compile (6)

Идентификатор библиотеки Тип Версия
org.neo4j : neo4j-cypher-util-3.4 jar 3.4.18
org.neo4j : neo4j-cypher-expression-3.4 jar 3.4.18
org.scala-lang : scala-library jar 2.11.12
org.scala-lang : scala-reflect jar 2.11.12
org.parboiled : parboiled-scala_2.11 jar 1.1.7
org.apache.commons : commons-lang3 jar 3.7

provided (1)

Идентификатор библиотеки Тип Версия
com.google.code.findbugs : annotations jar 3.0.1

test (8)

Идентификатор библиотеки Тип Версия
org.neo4j : neo4j-cypher-util-3.4 test-jar 3.4.18
org.neo4j : neo4j-cypher-expression-3.4 test-jar 3.4.18
org.scalatest : scalatest_2.11 jar 2.2.5
org.scalacheck : scalacheck_2.11 jar 1.12.5
junit : junit jar 4.12
org.hamcrest : hamcrest-core jar 1.3
org.hamcrest : hamcrest-library jar 1.3
org.mockito : mockito-core jar 2.18.3

Модули Проекта

Данный проект не имеет модулей.
org.neo4j

Neo4j

Версии библиотеки

Версия
3.4.18
3.4.17
3.4.16
3.4.15
3.4.14
3.4.13
3.4.12
3.4.11
3.4.10
3.4.9
3.4.8
3.4.7
3.4.6
3.4.5
3.4.4
3.4.3
3.4.2
3.4.1
3.4.0
3.4.0-rc02
3.4.0-rc01
3.4.0-beta02
3.4.0-beta01
3.4.0-alpha10
3.4.0-alpha09