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