| Группа | Группаorg.opencypher.gremlin |
|---|---|
| Идентификатор | Идентификаторtranslation |
| Версия | Версия0.9.4 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| translation-0.9.4.pom | |
| translation-0.9.4.jar | 731 KB |
| translation-0.9.4-sources.jar | 84 KB |
| translation-0.9.4-javadoc.jar | 145 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.opencypher.gremlin/translation/ -->
<dependency>
<groupId>org.opencypher.gremlin</groupId>
<artifactId>translation</artifactId>
<version>0.9.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.opencypher.gremlin/translation/
implementation 'org.opencypher.gremlin:translation:0.9.4'
// https://jarcasting.com/artifacts/org.opencypher.gremlin/translation/
implementation ("org.opencypher.gremlin:translation:0.9.4")
'org.opencypher.gremlin:translation:jar:0.9.4'
<dependency org="org.opencypher.gremlin" name="translation" rev="0.9.4">
<artifact name="translation" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opencypher.gremlin', module='translation', version='0.9.4')
)
libraryDependencies += "org.opencypher.gremlin" % "translation" % "0.9.4"
[org.opencypher.gremlin/translation "0.9.4"]