| Категории |
КатегорииNeo4J Данные Базы данных |
|---|---|
| Группа | Группаorg.neo4j |
| Идентификатор | Идентификаторcypher-shell-integration-test |
| Версия | Версия3.5.26 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.neo4j/cypher-shell-integration-test/ -->
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>cypher-shell-integration-test</artifactId>
<version>3.5.26</version>
</dependency>
// https://jarcasting.com/artifacts/org.neo4j/cypher-shell-integration-test/
implementation 'org.neo4j:cypher-shell-integration-test:3.5.26'
// https://jarcasting.com/artifacts/org.neo4j/cypher-shell-integration-test/
implementation ("org.neo4j:cypher-shell-integration-test:3.5.26")
'org.neo4j:cypher-shell-integration-test:jar:3.5.26'
<dependency org="org.neo4j" name="cypher-shell-integration-test" rev="3.5.26">
<artifact name="cypher-shell-integration-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.neo4j', module='cypher-shell-integration-test', version='3.5.26')
)
libraryDependencies += "org.neo4j" % "cypher-shell-integration-test" % "3.5.26"
[org.neo4j/cypher-shell-integration-test "3.5.26"]