| License |
License |
|---|---|
| Categories |
CategoriesNeo4J Data Databases |
| GroupId | GroupIdorg.neo4j |
| ArtifactId | ArtifactIdneo4j-cypher-frontend-3.3 |
| Version | Version3.3.9 |
| Type | Typejar |
| Description |
DescriptionNeo4j - Cypher Frontend 3.3
Front end of the Cypher compiler
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.neo4j/neo4j-cypher-frontend-3.3/ -->
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-cypher-frontend-3.3</artifactId>
<version>3.3.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.neo4j/neo4j-cypher-frontend-3.3/
implementation 'org.neo4j:neo4j-cypher-frontend-3.3:3.3.9'
// https://jarcasting.com/artifacts/org.neo4j/neo4j-cypher-frontend-3.3/
implementation ("org.neo4j:neo4j-cypher-frontend-3.3:3.3.9")
'org.neo4j:neo4j-cypher-frontend-3.3:jar:3.3.9'
<dependency org="org.neo4j" name="neo4j-cypher-frontend-3.3" rev="3.3.9">
<artifact name="neo4j-cypher-frontend-3.3" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.neo4j', module='neo4j-cypher-frontend-3.3', version='3.3.9')
)
libraryDependencies += "org.neo4j" % "neo4j-cypher-frontend-3.3" % "3.3.9"
[org.neo4j/neo4j-cypher-frontend-3.3 "3.3.9"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala-library | jar | 2.11.12 |
| org.scala-lang : scala-reflect | jar | 2.11.12 |
| org.parboiled : parboiled-scala_2.11 | jar | 1.1.7 |
| org.apache.commons : commons-lang3 | jar | 3.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.findbugs : annotations | jar | 3.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.scalatest : scalatest_2.11 | jar | 2.2.5 |
| org.scalacheck : scalacheck_2.11 | jar | 1.12.5 |
| junit : junit | jar | 4.12 |
| org.hamcrest : hamcrest-core | jar | 1.3 |
| org.hamcrest : hamcrest-library | jar | 1.3 |
| org.mockito : mockito-core | jar | 1.10.19 |