License |
License |
---|---|
Categories |
CategoriesNeo4J Data Databases |
GroupId | GroupIdorg.neo4j |
ArtifactId | ArtifactIdneo4j-cypher-commons |
Last Version | Last Version2.1.8 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionNeo4j - Cypher Commons
Common code shared between all Neo4j Cypher modules
|
Project URL |
Project URL |
Project Organization |
Project OrganizationThe Neo4j Graph Database Project |
<!-- https://jarcasting.com/artifacts/org.neo4j/neo4j-cypher-commons/ -->
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-cypher-commons</artifactId>
<version>2.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.neo4j/neo4j-cypher-commons/
implementation 'org.neo4j:neo4j-cypher-commons:2.1.8'
// https://jarcasting.com/artifacts/org.neo4j/neo4j-cypher-commons/
implementation ("org.neo4j:neo4j-cypher-commons:2.1.8")
'org.neo4j:neo4j-cypher-commons:jar:2.1.8'
<dependency org="org.neo4j" name="neo4j-cypher-commons" rev="2.1.8">
<artifact name="neo4j-cypher-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.neo4j', module='neo4j-cypher-commons', version='2.1.8')
)
libraryDependencies += "org.neo4j" % "neo4j-cypher-commons" % "2.1.8"
[org.neo4j/neo4j-cypher-commons "2.1.8"]
Group / Artifact | Type | Version |
---|---|---|
org.neo4j : neo4j-kernel | jar | 2.1.8 |
com.googlecode.concurrentlinkedhashmap : concurrentlinkedhashmap-lru | jar | 1.3.1 |
org.scala-lang : scala-library | jar | 2.10.4 |
Group / Artifact | Type | Version |
---|---|---|
org.neo4j : neo4j-kernel | test-jar | 2.1.8 |
org.scalatest : scalatest_2.10 | jar | 2.0 |
org.scalautils : scalautils_2.10 | jar | 2.0 |
org.scalacheck : scalacheck_2.10 | jar | 1.11.0 |
junit : junit | jar | 4.11 |
org.hamcrest : hamcrest-all | jar | 1.3 |
org.mockito : mockito-core | jar | 1.9.5 |