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