| License |
License |
|---|---|
| Categories |
CategoriesNeo4J Data Databases |
| GroupId | GroupIdorg.neo4j |
| ArtifactId | ArtifactIdneo4j-cypher-logical-query-builder |
| Last Version | Last Version4.0.12 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionNeo4j - Cypher logical query builder
Neo4j - Cypher logical query builder
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.neo4j/neo4j-cypher-logical-query-builder/ -->
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-cypher-logical-query-builder</artifactId>
<version>4.0.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.neo4j/neo4j-cypher-logical-query-builder/
implementation 'org.neo4j:neo4j-cypher-logical-query-builder:4.0.12'
// https://jarcasting.com/artifacts/org.neo4j/neo4j-cypher-logical-query-builder/
implementation ("org.neo4j:neo4j-cypher-logical-query-builder:4.0.12")
'org.neo4j:neo4j-cypher-logical-query-builder:jar:4.0.12'
<dependency org="org.neo4j" name="neo4j-cypher-logical-query-builder" rev="4.0.12">
<artifact name="neo4j-cypher-logical-query-builder" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.neo4j', module='neo4j-cypher-logical-query-builder', version='4.0.12')
)
libraryDependencies += "org.neo4j" % "neo4j-cypher-logical-query-builder" % "4.0.12"
[org.neo4j/neo4j-cypher-logical-query-builder "4.0.12"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala-library | jar | 2.12.7 |
| org.scala-lang : scala-reflect | jar | 2.12.7 |
| org.scala-lang : scalap | jar | 2.12.7 |
| org.neo4j : neo4j-parser-4.0 | jar | 4.0.12 |
| org.neo4j : neo4j-cypher-logical-plans | jar | 4.0.12 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.findbugs : annotations | jar | 3.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.scalatest : scalatest_2.12 | jar | 3.0.5 |
| org.scalacheck : scalacheck_2.12 | jar | 1.14.0 |
| org.neo4j : neo4j-util-4.0 | test-jar | 4.0.12 |
| org.neo4j : neo4j-ast-4.0 | test-jar | 4.0.12 |
| org.junit.vintage : junit-vintage-engine | jar | 5.5.2 |
| org.junit.jupiter : junit-jupiter | jar | 5.5.2 |
| org.hamcrest : hamcrest | jar | 2.1 |
| org.mockito : mockito-core | jar | 3.0.0 |