Categories |
CategoriesNeo4J Data Databases |
---|---|
GroupId | GroupIdorg.neo4j |
ArtifactId | ArtifactIdcypher-shell-parent |
Version | Version4.2.12 |
Type | Typepom |
Filename | Size |
---|---|
cypher-shell-parent-4.2.12.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.neo4j/cypher-shell-parent/ -->
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>cypher-shell-parent</artifactId>
<version>4.2.12</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.neo4j/cypher-shell-parent/
implementation 'org.neo4j:cypher-shell-parent:4.2.12'
// https://jarcasting.com/artifacts/org.neo4j/cypher-shell-parent/
implementation ("org.neo4j:cypher-shell-parent:4.2.12")
'org.neo4j:cypher-shell-parent:pom:4.2.12'
<dependency org="org.neo4j" name="cypher-shell-parent" rev="4.2.12">
<artifact name="cypher-shell-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.neo4j', module='cypher-shell-parent', version='4.2.12')
)
libraryDependencies += "org.neo4j" % "cypher-shell-parent" % "4.2.12"
[org.neo4j/cypher-shell-parent "4.2.12"]