License |
License |
---|---|
Categories |
CategoriesNeo4J Data Databases |
GroupId | GroupIdorg.neo4j |
ArtifactId | ArtifactIdcypher-shell |
Last Version | Last Version4.4.8 |
Release Date | Release Date |
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.4.8.pom | |
cypher-shell-4.4.8.zip | 18 MB |
cypher-shell-4.4.8-tests.jar | 142 KB |
cypher-shell-4.4.8-sources.jar | 101 KB |
cypher-shell-4.4.8-javadoc.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.neo4j/cypher-shell/ -->
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>cypher-shell</artifactId>
<version>4.4.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.neo4j/cypher-shell/
implementation 'org.neo4j:cypher-shell:4.4.8'
// https://jarcasting.com/artifacts/org.neo4j/cypher-shell/
implementation ("org.neo4j:cypher-shell:4.4.8")
'org.neo4j:cypher-shell:jar:4.4.8'
<dependency org="org.neo4j" name="cypher-shell" rev="4.4.8">
<artifact name="cypher-shell" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.neo4j', module='cypher-shell', version='4.4.8')
)
libraryDependencies += "org.neo4j" % "cypher-shell" % "4.4.8"
[org.neo4j/cypher-shell "4.4.8"]
Group / Artifact | Type | Version |
---|---|---|
org.neo4j : neo4j-cypher-expression-evaluator | jar | 4.4.8 |
org.neo4j.driver : neo4j-java-driver | jar | 4.4.5 |
org.neo4j : cypher-literal-interpreter | jar | 4.4.8 |
org.neo4j : neo4j-cypher-javacc-parser | jar | 4.4.8 |
net.sourceforge.argparse4j : argparse4j | jar | 0.8.1 |
org.jline : jline-terminal | jar | 3.20.0 |
org.jline : jline-reader | jar | 3.20.0 |
org.jline : jline-terminal-jansi | jar | 3.20.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.7.2 |
org.hamcrest : hamcrest | jar | 2.2 |
org.mockito : mockito-core | jar | 3.12.4 |
org.junit-pioneer : junit-pioneer | jar | 1.4.2 |