delta-storage-s3-dynamodb
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.delta</groupId> <artifactId>delta-storage-s3-dynamodb</artifactId> <version>4.0.0</version> </dependency>
<?xml version='1.0' encoding='UTF-8'?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"> <modelVersion>4.0.0</modelVersion> <groupId>io.delta</groupId> <artifactId>delta-storage-s3-dynamodb</artifactId> <packaging>jar</packaging> <description>delta-storage-s3-dynamodb</description> <version>4.0.0</version> <licenses> <license> <name>Apache-2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0</url> <distribution>repo</distribution> </license> </licenses> <name>delta-storage-s3-dynamodb</name> <organization> <name>io.delta</name> </organization> <url>https://delta.io/</url> <scm> <url>git@github.com:delta-io/delta.git</url> <connection>scm:git:git@github.com:delta-io/delta.git</connection> </scm> <developers> <developer> <id>marmbrus</id> <name>Michael Armbrust</name> <url>https://github.com/marmbrus</url> </developer> <developer> <id>brkyvz</id> <name>Burak Yavuz</name> <url>https://github.com/brkyvz</url> </developer> <developer> <id>jose-torres</id> <name>Jose Torres</name> <url>https://github.com/jose-torres</url> </developer> <developer> <id>liwensun</id> <name>Liwen Sun</name> <url>https://github.com/liwensun</url> </developer> <developer> <id>mukulmurthy</id> <name>Mukul Murthy</name> <url>https://github.com/mukulmurthy</url> </developer> <developer> <id>tdas</id> <name>Tathagata Das</name> <url>https://github.com/tdas</url> </developer> <developer> <id>zsxwing</id> <name>Shixiong Zhu</name> <url>https://github.com/zsxwing</url> </developer> <developer> <id>scottsand-db</id> <name>Scott Sandre</name> <url>https://github.com/scottsand-db</url> </developer> <developer> <id>windpiger</id> <name>Jun Song</name> <url>https://github.com/windpiger</url> </developer> </developers> <dependencies> <dependency> <groupId>io.delta</groupId> <artifactId>delta-storage</artifactId> <version>4.0.0</version> </dependency> <dependency> <groupId>io.delta</groupId> <artifactId>delta-spark_2.13</artifactId> <version>4.0.0</version> <scope>test</scope> </dependency> <dependency> <groupId>com.amazonaws</groupId> <artifactId>aws-java-sdk</artifactId> <version>1.12.262</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-aws</artifactId> <version>3.4.0</version> <scope>test</scope> </dependency> </dependencies> </project>