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