is not current version
Last Version 2022.4.0

org.neo4j:neo4j-cypher-dsl 2021.2.3

The core module of the Cypher DSL, including all supported elements and the default renderer.

Categories

Categories

Neo4J Data Databases
GroupId

GroupId

org.neo4j
ArtifactId

ArtifactId

neo4j-cypher-dsl
Version

Version

2021.2.3
Type

Type

jar

Download neo4j-cypher-dsl 2021.2.3


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