Categories |
CategoriesNeo4J Data Databases |
---|---|
GroupId | GroupIdorg.neo4j |
ArtifactId | ArtifactIdneo4j-enterprise-cypher |
Version | Version3.5.0-beta01 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.neo4j/neo4j-enterprise-cypher/ -->
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-enterprise-cypher</artifactId>
<version>3.5.0-beta01</version>
</dependency>
// https://jarcasting.com/artifacts/org.neo4j/neo4j-enterprise-cypher/
implementation 'org.neo4j:neo4j-enterprise-cypher:3.5.0-beta01'
// https://jarcasting.com/artifacts/org.neo4j/neo4j-enterprise-cypher/
implementation ("org.neo4j:neo4j-enterprise-cypher:3.5.0-beta01")
'org.neo4j:neo4j-enterprise-cypher:jar:3.5.0-beta01'
<dependency org="org.neo4j" name="neo4j-enterprise-cypher" rev="3.5.0-beta01">
<artifact name="neo4j-enterprise-cypher" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.neo4j', module='neo4j-enterprise-cypher', version='3.5.0-beta01')
)
libraryDependencies += "org.neo4j" % "neo4j-enterprise-cypher" % "3.5.0-beta01"
[org.neo4j/neo4j-enterprise-cypher "3.5.0-beta01"]