| Категории |
КатегорииNeo4J Данные Базы данных |
|---|---|
| Группа | Группаorg.neo4j |
| Идентификатор | Идентификаторcypher-shell |
| Версия | Версия4.2.2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| cypher-shell-4.2.2.pom | |
| cypher-shell-4.2.2.zip | 18 MB |
| cypher-shell-4.2.2-tests.jar | 142 KB |
| cypher-shell-4.2.2-sources.jar | 101 KB |
| cypher-shell-4.2.2-javadoc.jar | 3 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.neo4j/cypher-shell/ -->
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>cypher-shell</artifactId>
<version>4.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.neo4j/cypher-shell/
implementation 'org.neo4j:cypher-shell:4.2.2'
// https://jarcasting.com/artifacts/org.neo4j/cypher-shell/
implementation ("org.neo4j:cypher-shell:4.2.2")
'org.neo4j:cypher-shell:jar:4.2.2'
<dependency org="org.neo4j" name="cypher-shell" rev="4.2.2">
<artifact name="cypher-shell" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.neo4j', module='cypher-shell', version='4.2.2')
)
libraryDependencies += "org.neo4j" % "cypher-shell" % "4.2.2"
[org.neo4j/cypher-shell "4.2.2"]