Categories |
CategoriesNeo4J Data Databases |
---|---|
GroupId | GroupIdorg.neo4j |
ArtifactId | ArtifactIdcypher-shell-integration-test |
Version | Version4.2.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.neo4j/cypher-shell-integration-test/ -->
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>cypher-shell-integration-test</artifactId>
<version>4.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.neo4j/cypher-shell-integration-test/
implementation 'org.neo4j:cypher-shell-integration-test:4.2.4'
// https://jarcasting.com/artifacts/org.neo4j/cypher-shell-integration-test/
implementation ("org.neo4j:cypher-shell-integration-test:4.2.4")
'org.neo4j:cypher-shell-integration-test:jar:4.2.4'
<dependency org="org.neo4j" name="cypher-shell-integration-test" rev="4.2.4">
<artifact name="cypher-shell-integration-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.neo4j', module='cypher-shell-integration-test', version='4.2.4')
)
libraryDependencies += "org.neo4j" % "cypher-shell-integration-test" % "4.2.4"
[org.neo4j/cypher-shell-integration-test "4.2.4"]