Files download
File Operation
translation-1.0.2.jar download
translation-1.0.2.pom download
translation-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.opencypher.gremlin</groupId>
  <artifactId>translation</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'org.opencypher.gremlin:translation:1.0.2'
Gradle Kotlin
implementation("org.opencypher.gremlin:translation:1.0.2")
Scala SBT
libraryDependencies += "org.opencypher.gremlin" % "translation" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='org.opencypher.gremlin', module='translation', version='1.0.2')
)
Apache Ivy
<dependency org="org.opencypher.gremlin" name="translation" rev="1.0.2" />
Leiningen
[org.opencypher.gremlin/translation "1.0.2"]
Apache Buildr
'org.opencypher.gremlin:translation:jar:1.0.2'