is not current version
Last Version 1.0.4

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

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

1.0.3
Type

Type

jar

Download cypher-gremlin-neo4j-driver 1.0.3


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