Categories |
CategoriesAWS Container PaaS Providers CLI User Interface |
---|---|
GroupId | GroupIdcom.amazonaws |
ArtifactId | ArtifactIdamazon-dax-client |
Version | Version1.0.205044.0 |
Type | Typejar |
Filename | Size |
---|---|
amazon-dax-client-1.0.205044.0.pom | |
amazon-dax-client-1.0.205044.0.jar | 793 KB |
amazon-dax-client-1.0.205044.0-sources.jar | 456 bytes |
amazon-dax-client-1.0.205044.0-javadoc.jar | 92 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.amazonaws/amazon-dax-client/ -->
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>amazon-dax-client</artifactId>
<version>1.0.205044.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.amazonaws/amazon-dax-client/
implementation 'com.amazonaws:amazon-dax-client:1.0.205044.0'
// https://jarcasting.com/artifacts/com.amazonaws/amazon-dax-client/
implementation ("com.amazonaws:amazon-dax-client:1.0.205044.0")
'com.amazonaws:amazon-dax-client:jar:1.0.205044.0'
<dependency org="com.amazonaws" name="amazon-dax-client" rev="1.0.205044.0">
<artifact name="amazon-dax-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.amazonaws', module='amazon-dax-client', version='1.0.205044.0')
)
libraryDependencies += "com.amazonaws" % "amazon-dax-client" % "1.0.205044.0"
[com.amazonaws/amazon-dax-client "1.0.205044.0"]