c

cypher-gremlin-console-plugin

Gremlin Console plugin that enables client-side translation of Cypher queries or communication with 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-console-plugin-1.0.4.jar download
cypher-gremlin-console-plugin-1.0.4.pom download
cypher-gremlin-console-plugin-1.0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>org.opencypher.gremlin</groupId>
  <artifactId>cypher-gremlin-console-plugin</artifactId>
  <version>1.0.4</version>
</dependency>
Gradle Groovy
implementation 'org.opencypher.gremlin:cypher-gremlin-console-plugin:1.0.4'
Gradle Kotlin
implementation("org.opencypher.gremlin:cypher-gremlin-console-plugin:1.0.4")
Scala SBT
libraryDependencies += "org.opencypher.gremlin" % "cypher-gremlin-console-plugin" % "1.0.4"
Groovy Grape
@Grapes(
  @Grab(group='org.opencypher.gremlin', module='cypher-gremlin-console-plugin', version='1.0.4')
)
Apache Ivy
<dependency org="org.opencypher.gremlin" name="cypher-gremlin-console-plugin" rev="1.0.4" />
Leiningen
[org.opencypher.gremlin/cypher-gremlin-console-plugin "1.0.4"]
Apache Buildr
'org.opencypher.gremlin:cypher-gremlin-console-plugin:jar:1.0.4'