is not current version
Last Version 2.17.219

software.amazon.awssdk:neptune 2.16.103

The AWS Java SDK for Neptune module holds the client classes that are used for communicating with Neptune.

Categories

Categories

AWS Container PaaS Providers
GroupId

GroupId

software.amazon.awssdk
ArtifactId

ArtifactId

neptune
Version

Version

2.16.103
Type

Type

jar

Download neptune 2.16.103


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