License |
License |
---|---|
Categories |
CategoriesNeo4J Data Databases |
GroupId | GroupIdorg.neo4j |
ArtifactId | ArtifactIdneo4j-cypher-dsl-parent |
Version | Version2022.3.0 |
Type | Typepom |
Description |
DescriptionNeo4j Cypher DSL
A DSL for generating Cypher statements for Neo4j
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
neo4j-cypher-dsl-parent-2022.3.0.pom | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.neo4j/neo4j-cypher-dsl-parent/ -->
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-cypher-dsl-parent</artifactId>
<version>2022.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.neo4j/neo4j-cypher-dsl-parent/
implementation 'org.neo4j:neo4j-cypher-dsl-parent:2022.3.0'
// https://jarcasting.com/artifacts/org.neo4j/neo4j-cypher-dsl-parent/
implementation ("org.neo4j:neo4j-cypher-dsl-parent:2022.3.0")
'org.neo4j:neo4j-cypher-dsl-parent:pom:2022.3.0'
<dependency org="org.neo4j" name="neo4j-cypher-dsl-parent" rev="2022.3.0">
<artifact name="neo4j-cypher-dsl-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.neo4j', module='neo4j-cypher-dsl-parent', version='2022.3.0')
)
libraryDependencies += "org.neo4j" % "neo4j-cypher-dsl-parent" % "2022.3.0"
[org.neo4j/neo4j-cypher-dsl-parent "2022.3.0"]