is not current version
Last Version 2022.4.0

org.neo4j:neo4j-cypher-dsl-parent 2021.2.4

A DSL for generating Cypher statements for Neo4j

Categories

Categories

Neo4J Data Databases
GroupId

GroupId

org.neo4j
ArtifactId

ArtifactId

neo4j-cypher-dsl-parent
Version

Version

2021.2.4
Type

Type

pom

Download neo4j-cypher-dsl-parent 2021.2.4


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