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