c

cypher-gremlin-server-client

Gremlin Server client wrapper that can send Cypher queries to a Cypher-enabled Gremlin Server
https://github.com/opencypher/cypher-for-gremlin
The Apache License, Version 2.0
The Cypher for Gremlin team
Files download
File Operation
cypher-gremlin-server-client-0.9.8.jar download
cypher-gremlin-server-client-0.9.8.pom download
cypher-gremlin-server-client-0.9.8-sources.jar download
Apache Maven
<dependency>
  <groupId>org.opencypher.gremlin</groupId>
  <artifactId>cypher-gremlin-server-client</artifactId>
  <version>0.9.8</version>
</dependency>
Gradle Groovy
implementation 'org.opencypher.gremlin:cypher-gremlin-server-client:0.9.8'
Gradle Kotlin
implementation("org.opencypher.gremlin:cypher-gremlin-server-client:0.9.8")
Scala SBT
libraryDependencies += "org.opencypher.gremlin" % "cypher-gremlin-server-client" % "0.9.8"
Groovy Grape
@Grapes(
  @Grab(group='org.opencypher.gremlin', module='cypher-gremlin-server-client', version='0.9.8')
)
Apache Ivy
<dependency org="org.opencypher.gremlin" name="cypher-gremlin-server-client" rev="0.9.8" />
Leiningen
[org.opencypher.gremlin/cypher-gremlin-server-client "0.9.8"]
Apache Buildr
'org.opencypher.gremlin:cypher-gremlin-server-client:jar:0.9.8'