openCypher Front End

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.

Лицензия

Лицензия

Группа

Группа

io.bigconnect
Идентификатор

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

cypher-front-end
Последняя версия

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

4.2.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

openCypher Front End
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.
Организация-разработчик

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

MWARE SOLUTIONS

Скачать cypher-front-end

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

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

Зависимости

compile (11)

Идентификатор библиотеки Тип Версия
io.bigconnect : cypher-frontend-util jar 4.2.1
io.bigconnect : cypher-frontend-expressions jar 4.2.1
io.bigconnect : cypher-frontend-rewriting jar 4.2.1
io.bigconnect : cypher-frontend-parser jar 4.2.1
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.8
io.bigconnect : core jar 4.2.1
com.google.code.findbugs : annotations jar 3.0.1
org.slf4j : slf4j-api jar 1.7.26

test (13)

Идентификатор библиотеки Тип Версия
io.bigconnect : cypher-frontend-rewriting test-jar 4.2.1
io.bigconnect : cypher-frontend-util test-jar 4.2.1
io.bigconnect : cypher-frontend-expressions test-jar 4.2.1
io.bigconnect : cypher-frontend-ast test-jar 4.2.1
io.bigconnect : cypher-frontend-parser test-jar 4.2.1
org.scalatest : scalatest_2.11 jar 2.2.5
org.scalacheck : scalacheck_2.11 jar 1.12.5
org.junit.jupiter : junit-jupiter-migrationsupport jar 5.2.0
org.junit.vintage : junit-vintage-engine jar 5.2.0
org.junit.jupiter : junit-jupiter-engine jar 5.2.0
org.hamcrest : hamcrest-core jar 1.3
org.hamcrest : hamcrest-library jar 1.3
org.mockito : mockito-core jar 2.21.0

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

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

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

Версия
4.2.1
4.2.0