License |
License |
---|---|
Categories |
CategoriesNeo4J Data Databases |
GroupId | GroupIdorg.neo4j |
ArtifactId | ArtifactIdneo4j-cypher-dsl-parser |
Last Version | Last Version2022.4.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionNeo4j Cypher DSL (Parser)
Building on top of the Neo4j 4.4 JavaCC parsers it provides a way from Cypher to Cypher-DSL Ast.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.neo4j/neo4j-cypher-dsl-parser/ -->
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-cypher-dsl-parser</artifactId>
<version>2022.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.neo4j/neo4j-cypher-dsl-parser/
implementation 'org.neo4j:neo4j-cypher-dsl-parser:2022.4.0'
// https://jarcasting.com/artifacts/org.neo4j/neo4j-cypher-dsl-parser/
implementation ("org.neo4j:neo4j-cypher-dsl-parser:2022.4.0")
'org.neo4j:neo4j-cypher-dsl-parser:jar:2022.4.0'
<dependency org="org.neo4j" name="neo4j-cypher-dsl-parser" rev="2022.4.0">
<artifact name="neo4j-cypher-dsl-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.neo4j', module='neo4j-cypher-dsl-parser', version='2022.4.0')
)
libraryDependencies += "org.neo4j" % "neo4j-cypher-dsl-parser" % "2022.4.0"
[org.neo4j/neo4j-cypher-dsl-parser "2022.4.0"]
Group / Artifact | Type | Version |
---|---|---|
org.neo4j : neo4j-cypher-dsl | jar | 2022.4.0 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains : annotations | jar | 23.0.0 |
Group / Artifact | Type | Version |
---|---|---|
io.projectreactor : reactor-core | jar | 3.4.17 |
org.asciidoctor : asciidoctorj | jar | 2.5.3 |
org.assertj : assertj-core | jar | 3.22.0 |
org.junit.jupiter : junit-jupiter | jar | 5.8.2 |
org.reactivestreams : reactive-streams | jar | 1.0.3 |