не последняя версия
Последняя версия 1.11

software.amazon.neptune:gremlin-client 1.0.6

A Java Gremlin client for Amazon Neptune that allows you to change the endpoints used by the client as it is running.

Категории

Категории

CLI Взаимодействие с пользователем
Группа

Группа

software.amazon.neptune
Идентификатор

Идентификатор

gremlin-client
Версия

Версия

1.0.6
Тип

Тип

jar

Скачать gremlin-client 1.0.6


<!-- https://jarcasting.com/artifacts/software.amazon.neptune/gremlin-client/ -->
<dependency>
    <groupId>software.amazon.neptune</groupId>
    <artifactId>gremlin-client</artifactId>
    <version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/software.amazon.neptune/gremlin-client/
implementation 'software.amazon.neptune:gremlin-client:1.0.6'
// https://jarcasting.com/artifacts/software.amazon.neptune/gremlin-client/
implementation ("software.amazon.neptune:gremlin-client:1.0.6")
'software.amazon.neptune:gremlin-client:jar:1.0.6'
<dependency org="software.amazon.neptune" name="gremlin-client" rev="1.0.6">
  <artifact name="gremlin-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='software.amazon.neptune', module='gremlin-client', version='1.0.6')
)
libraryDependencies += "software.amazon.neptune" % "gremlin-client" % "1.0.6"
[software.amazon.neptune/gremlin-client "1.0.6"]