is not current version
Last Version 1.0.4

org.opencypher.gremlin:translation 1.0.2

Cypher to Gremlin translation library for Java

GroupId

GroupId

org.opencypher.gremlin
ArtifactId

ArtifactId

translation
Version

Version

1.0.2
Type

Type

jar

Download translation 1.0.2


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