License |
License |
---|---|
Categories |
CategoriesNeo4J Data Databases |
GroupId | GroupIdorg.neo4j |
ArtifactId | ArtifactIdneo4j-cypher-dsl-parser |
Version | Version2021.4.1 |
Type | Typejar |
Description |
DescriptionNeo4j Cypher DSL (Parser)
Building on top of the Neo4j 4.3 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>2021.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.neo4j/neo4j-cypher-dsl-parser/
implementation 'org.neo4j:neo4j-cypher-dsl-parser:2021.4.1'
// https://jarcasting.com/artifacts/org.neo4j/neo4j-cypher-dsl-parser/
implementation ("org.neo4j:neo4j-cypher-dsl-parser:2021.4.1")
'org.neo4j:neo4j-cypher-dsl-parser:jar:2021.4.1'
<dependency org="org.neo4j" name="neo4j-cypher-dsl-parser" rev="2021.4.1">
<artifact name="neo4j-cypher-dsl-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.neo4j', module='neo4j-cypher-dsl-parser', version='2021.4.1')
)
libraryDependencies += "org.neo4j" % "neo4j-cypher-dsl-parser" % "2021.4.1"
[org.neo4j/neo4j-cypher-dsl-parser "2021.4.1"]
Group / Artifact | Type | Version |
---|---|---|
org.neo4j : neo4j-cypher-dsl | jar | 2021.4.1 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains : annotations | jar | 22.0.0 |
Group / Artifact | Type | Version |
---|---|---|
io.projectreactor : reactor-core | jar | 3.4.11 |
org.asciidoctor : asciidoctorj | jar | 2.5.2 |
org.assertj : assertj-core | jar | 3.21.0 |
org.junit.jupiter : junit-jupiter | jar | 5.8.1 |
org.reactivestreams : reactive-streams | jar | 1.0.3 |