GroupId | GroupIdorg.opencypher.gremlin |
---|---|
ArtifactId | ArtifactIdtranslation |
Version | Version0.9.10 |
Type | Typejar |
Filename | Size |
---|---|
translation-0.9.10.pom | |
translation-0.9.10.jar | 945 KB |
translation-0.9.10-sources.jar | 103 KB |
translation-0.9.10-javadoc.jar | 166 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opencypher.gremlin/translation/ -->
<dependency>
<groupId>org.opencypher.gremlin</groupId>
<artifactId>translation</artifactId>
<version>0.9.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.opencypher.gremlin/translation/
implementation 'org.opencypher.gremlin:translation:0.9.10'
// https://jarcasting.com/artifacts/org.opencypher.gremlin/translation/
implementation ("org.opencypher.gremlin:translation:0.9.10")
'org.opencypher.gremlin:translation:jar:0.9.10'
<dependency org="org.opencypher.gremlin" name="translation" rev="0.9.10">
<artifact name="translation" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opencypher.gremlin', module='translation', version='0.9.10')
)
libraryDependencies += "org.opencypher.gremlin" % "translation" % "0.9.10"
[org.opencypher.gremlin/translation "0.9.10"]