Categories |
CategoriesNeo4J Data Databases |
---|---|
GroupId | GroupIdorg.neo4j |
ArtifactId | ArtifactIdcypher-shell-integration-test |
Version | Version4.3.11 |
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.3.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.neo4j/cypher-shell-integration-test/
implementation 'org.neo4j:cypher-shell-integration-test:4.3.11'
// https://jarcasting.com/artifacts/org.neo4j/cypher-shell-integration-test/
implementation ("org.neo4j:cypher-shell-integration-test:4.3.11")
'org.neo4j:cypher-shell-integration-test:jar:4.3.11'
<dependency org="org.neo4j" name="cypher-shell-integration-test" rev="4.3.11">
<artifact name="cypher-shell-integration-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.neo4j', module='cypher-shell-integration-test', version='4.3.11')
)
libraryDependencies += "org.neo4j" % "cypher-shell-integration-test" % "4.3.11"
[org.neo4j/cypher-shell-integration-test "4.3.11"]