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