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-1.0.0.jar download
cypher-gremlin-server-client-1.0.0.pom download
cypher-gremlin-server-client-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.opencypher.gremlin</groupId>
  <artifactId>cypher-gremlin-server-client</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.opencypher.gremlin:cypher-gremlin-server-client:1.0.0'
Gradle Kotlin
implementation("org.opencypher.gremlin:cypher-gremlin-server-client:1.0.0")
Scala SBT
libraryDependencies += "org.opencypher.gremlin" % "cypher-gremlin-server-client" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.opencypher.gremlin', module='cypher-gremlin-server-client', version='1.0.0')
)
Apache Ivy
<dependency org="org.opencypher.gremlin" name="cypher-gremlin-server-client" rev="1.0.0" />
Leiningen
[org.opencypher.gremlin/cypher-gremlin-server-client "1.0.0"]
Apache Buildr
'org.opencypher.gremlin:cypher-gremlin-server-client:jar:1.0.0'