Categories |
CategoriesNeo4J Data Databases |
---|---|
GroupId | GroupIdorg.neo4j |
ArtifactId | ArtifactIdcypher-enterprise-parent |
Version | Version3.2.8 |
Type | Typejar |
Filename | Size |
---|---|
cypher-enterprise-parent-3.2.8.pom | 9 KB |
cypher-enterprise-parent-3.2.8-tests.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.neo4j/cypher-enterprise-parent/ -->
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>cypher-enterprise-parent</artifactId>
<version>3.2.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.neo4j/cypher-enterprise-parent/
implementation 'org.neo4j:cypher-enterprise-parent:3.2.8'
// https://jarcasting.com/artifacts/org.neo4j/cypher-enterprise-parent/
implementation ("org.neo4j:cypher-enterprise-parent:3.2.8")
'org.neo4j:cypher-enterprise-parent:jar:3.2.8'
<dependency org="org.neo4j" name="cypher-enterprise-parent" rev="3.2.8">
<artifact name="cypher-enterprise-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.neo4j', module='cypher-enterprise-parent', version='3.2.8')
)
libraryDependencies += "org.neo4j" % "cypher-enterprise-parent" % "3.2.8"
[org.neo4j/cypher-enterprise-parent "3.2.8"]