Categories |
CategoriesAWS Container PaaS Providers |
---|---|
GroupId | GroupIdsoftware.amazon.awssdk |
ArtifactId | ArtifactIdneptune |
Version | Version2.16.68 |
Type | Typejar |
Filename | Size |
---|---|
neptune-2.16.68.pom | |
neptune-2.16.68.jar | 1 MB |
neptune-2.16.68-sources.jar | 1017 KB |
neptune-2.16.68-javadoc.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/software.amazon.awssdk/neptune/ -->
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>neptune</artifactId>
<version>2.16.68</version>
</dependency>
// https://jarcasting.com/artifacts/software.amazon.awssdk/neptune/
implementation 'software.amazon.awssdk:neptune:2.16.68'
// https://jarcasting.com/artifacts/software.amazon.awssdk/neptune/
implementation ("software.amazon.awssdk:neptune:2.16.68")
'software.amazon.awssdk:neptune:jar:2.16.68'
<dependency org="software.amazon.awssdk" name="neptune" rev="2.16.68">
<artifact name="neptune" type="jar" />
</dependency>
@Grapes(
@Grab(group='software.amazon.awssdk', module='neptune', version='2.16.68')
)
libraryDependencies += "software.amazon.awssdk" % "neptune" % "2.16.68"
[software.amazon.awssdk/neptune "2.16.68"]