is not current version
Last Version 1.0.4

org.opencypher.gremlin:cypher-gremlin-neo4j-driver 0.9.13

Run Cypher queries via Neo4j Java API on Gremlin Server or a compatible graph database

Categories

Categories

Neo4J Data Databases
GroupId

GroupId

org.opencypher.gremlin
ArtifactId

ArtifactId

cypher-gremlin-neo4j-driver
Version

Version

0.9.13
Type

Type

jar

Download cypher-gremlin-neo4j-driver 0.9.13


<!-- https://jarcasting.com/artifacts/org.opencypher.gremlin/cypher-gremlin-neo4j-driver/ -->
<dependency>
    <groupId>org.opencypher.gremlin</groupId>
    <artifactId>cypher-gremlin-neo4j-driver</artifactId>
    <version>0.9.13</version>
</dependency>
// https://jarcasting.com/artifacts/org.opencypher.gremlin/cypher-gremlin-neo4j-driver/
implementation 'org.opencypher.gremlin:cypher-gremlin-neo4j-driver:0.9.13'
// https://jarcasting.com/artifacts/org.opencypher.gremlin/cypher-gremlin-neo4j-driver/
implementation ("org.opencypher.gremlin:cypher-gremlin-neo4j-driver:0.9.13")
'org.opencypher.gremlin:cypher-gremlin-neo4j-driver:jar:0.9.13'
<dependency org="org.opencypher.gremlin" name="cypher-gremlin-neo4j-driver" rev="0.9.13">
  <artifact name="cypher-gremlin-neo4j-driver" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opencypher.gremlin', module='cypher-gremlin-neo4j-driver', version='0.9.13')
)
libraryDependencies += "org.opencypher.gremlin" % "cypher-gremlin-neo4j-driver" % "0.9.13"
[org.opencypher.gremlin/cypher-gremlin-neo4j-driver "0.9.13"]