License |
License |
---|---|
Categories |
CategoriesNeo4J Data Databases |
GroupId | GroupIdorg.neo4j |
ArtifactId | ArtifactIdcypher-shell |
Version | Version4.2.7 |
Type | Typejar |
Description |
DescriptionNeo4j - Cypher Shell
Cypher Shell
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
cypher-shell-4.2.7.pom | |
cypher-shell-4.2.7.zip | 18 MB |
cypher-shell-4.2.7-tests.jar | 142 KB |
cypher-shell-4.2.7-sources.jar | 101 KB |
cypher-shell-4.2.7-javadoc.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.neo4j/cypher-shell/ -->
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>cypher-shell</artifactId>
<version>4.2.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.neo4j/cypher-shell/
implementation 'org.neo4j:cypher-shell:4.2.7'
// https://jarcasting.com/artifacts/org.neo4j/cypher-shell/
implementation ("org.neo4j:cypher-shell:4.2.7")
'org.neo4j:cypher-shell:jar:4.2.7'
<dependency org="org.neo4j" name="cypher-shell" rev="4.2.7">
<artifact name="cypher-shell" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.neo4j', module='cypher-shell', version='4.2.7')
)
libraryDependencies += "org.neo4j" % "cypher-shell" % "4.2.7"
[org.neo4j/cypher-shell "4.2.7"]
Group / Artifact | Type | Version |
---|---|---|
org.neo4j : neo4j-cypher-expression-evaluator | jar | 4.2.7 |
org.neo4j.driver : neo4j-java-driver | jar | 4.2.4 |
org.neo4j : cypher-ast-factory | jar | 4.2.7 |
org.neo4j : neo4j-cypher-javacc-parser | jar | 4.2.7 |
net.sourceforge.argparse4j : argparse4j | jar | 0.7.0 |
org.fusesource.jansi : jansi | jar | 1.13 |
jline : jline | jar | 2.14.6 |
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : annotations | jar | 3.0.1 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.vintage : junit-vintage-engine | jar | 5.6.2 |
org.junit.jupiter : junit-jupiter | jar | 5.6.2 |
org.hamcrest : hamcrest | jar | 2.2 |
org.mockito : mockito-core | jar | 3.5.13 |
com.github.stefanbirkner : system-rules | jar | 1.19.0 |