is not current version
Last Version 2022.4.0

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

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.3.2
Type

Type

pom

Download neo4j-cypher-dsl-parent 2021.3.2


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