amazon-dax-client
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>software.amazon.dax</groupId> <artifactId>amazon-dax-client</artifactId> <version>2.0.5</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>software.amazon.dax</groupId> <artifactId>amazon-dax-client</artifactId> <version>2.0.5</version> <packaging>jar</packaging> <name>Amazon DAX Java Client</name> <description>Java client for Amazon DynamoDB Accelerator (DAX), a fully managed, highly available, in-memory cache for DynamoDB.</description> <url>https://aws.amazon.com/dynamodb/dax/</url> <dependencies> <dependency> <groupId>software.amazon.awssdk</groupId> <artifactId>dynamodb</artifactId> <version>2.16.91</version> </dependency> </dependencies> <licenses> <license> <name>Apache License, Version 2.0</name> <url>https://aws.amazon.com/apache2.0</url> <distribution>repo</distribution> </license> </licenses> <scm> <connection>scm:git:https://github.com/aws/aws-dax-java.git</connection> <developerConnection>scm:git:git@github.com:aws/aws-dax-java.git</developerConnection> <url>https://github.com/aws/aws-dax-java</url> </scm> <developers> <developer> <id>amazonwebservices</id> <organization>Amazon Web Services</organization> <organizationUrl>https://aws.amazon.com</organizationUrl> <roles> <role>developer</role> </roles> </developer> </developers> </project>