License |
License |
---|---|
Categories |
CategoriesNeo4J Data Databases |
GroupId | GroupIdorg.neo4j |
ArtifactId | ArtifactIdcypher-shell-parent |
Last Version | Last Version4.4.8 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionNeo4j - Cypher Shell Parent
Cypher Shell parent project
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
cypher-shell-parent-4.4.8.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.4.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.neo4j/cypher-shell-parent/
implementation 'org.neo4j:cypher-shell-parent:4.4.8'
// https://jarcasting.com/artifacts/org.neo4j/cypher-shell-parent/
implementation ("org.neo4j:cypher-shell-parent:4.4.8")
'org.neo4j:cypher-shell-parent:pom:4.4.8'
<dependency org="org.neo4j" name="cypher-shell-parent" rev="4.4.8">
<artifact name="cypher-shell-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.neo4j', module='cypher-shell-parent', version='4.4.8')
)
libraryDependencies += "org.neo4j" % "cypher-shell-parent" % "4.4.8"
[org.neo4j/cypher-shell-parent "4.4.8"]