Files download
File Operation
cypher-shell-4.1.11.jar download
cypher-shell-4.1.11.pom download
cypher-shell-4.1.11-sources.jar download
Apache Maven
<dependency>
  <groupId>org.neo4j</groupId>
  <artifactId>cypher-shell</artifactId>
  <version>4.1.11</version>
</dependency>
Gradle Groovy
implementation 'org.neo4j:cypher-shell:4.1.11'
Gradle Kotlin
implementation("org.neo4j:cypher-shell:4.1.11")
Scala SBT
libraryDependencies += "org.neo4j" % "cypher-shell" % "4.1.11"
Groovy Grape
@Grapes(
  @Grab(group='org.neo4j', module='cypher-shell', version='4.1.11')
)
Apache Ivy
<dependency org="org.neo4j" name="cypher-shell" rev="4.1.11" />
Leiningen
[org.neo4j/cypher-shell "4.1.11"]
Apache Buildr
'org.neo4j:cypher-shell:jar:4.1.11'