| Categories |
CategoriesNeo4J Data Databases |
|---|---|
| GroupId | GroupIdorg.neo4j |
| ArtifactId | ArtifactIdcypher-shell |
| Version | Version4.0.12 |
| Type | Typejar |
| Filename | Size |
|---|---|
| cypher-shell-4.0.12.pom | |
| cypher-shell-4.0.12.zip | 16 MB |
| cypher-shell-4.0.12-tests.jar | 129 KB |
| cypher-shell-4.0.12-sources.jar | 97 KB |
| cypher-shell-4.0.12-javadoc.jar | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.neo4j/cypher-shell/ -->
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>cypher-shell</artifactId>
<version>4.0.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.neo4j/cypher-shell/
implementation 'org.neo4j:cypher-shell:4.0.12'
// https://jarcasting.com/artifacts/org.neo4j/cypher-shell/
implementation ("org.neo4j:cypher-shell:4.0.12")
'org.neo4j:cypher-shell:jar:4.0.12'
<dependency org="org.neo4j" name="cypher-shell" rev="4.0.12">
<artifact name="cypher-shell" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.neo4j', module='cypher-shell', version='4.0.12')
)
libraryDependencies += "org.neo4j" % "cypher-shell" % "4.0.12"
[org.neo4j/cypher-shell "4.0.12"]