License |
License |
---|---|
Categories |
CategoriesNeo4J Data Databases |
GroupId | GroupIdorg.neo4j |
ArtifactId | ArtifactIdcypher-shell-integration-test |
Last Version | Last Version4.4.8 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionNeo4j - Cypher Shell Integration Test
Project that runs Cypher Shell integration tests. Disabled by default, run with -DenableCypherShellIntegrationTest to enable.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.neo4j/cypher-shell-integration-test/ -->
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>cypher-shell-integration-test</artifactId>
<version>4.4.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.neo4j/cypher-shell-integration-test/
implementation 'org.neo4j:cypher-shell-integration-test:4.4.8'
// https://jarcasting.com/artifacts/org.neo4j/cypher-shell-integration-test/
implementation ("org.neo4j:cypher-shell-integration-test:4.4.8")
'org.neo4j:cypher-shell-integration-test:jar:4.4.8'
<dependency org="org.neo4j" name="cypher-shell-integration-test" rev="4.4.8">
<artifact name="cypher-shell-integration-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.neo4j', module='cypher-shell-integration-test', version='4.4.8')
)
libraryDependencies += "org.neo4j" % "cypher-shell-integration-test" % "4.4.8"
[org.neo4j/cypher-shell-integration-test "4.4.8"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.7.2 |
org.hamcrest : hamcrest | jar | 2.2 |
org.mockito : mockito-core | jar | 3.12.4 |
org.neo4j : cypher-shell | jar | 4.4.8 |
org.neo4j : cypher-shell | test-jar | 4.4.8 |