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