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