MVN

io.delta : delta-storage-s3-dynamodb

Maven & Gradle

Jun 28, 2023
6.9k stars

delta-storage-s3-dynamodb · delta-storage-s3-dynamodb

<dependency>
    <groupId>io.delta</groupId>
    <artifactId>delta-storage-s3-dynamodb</artifactId>
    <version>2.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.delta : delta-storage-s3-dynamodb to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4.0

All Versions

Choose a version of io.delta : delta-storage-s3-dynamodb to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
delta-storage-s3-dynamodb-3.0.0rc1
2.4.x
delta-storage-s3-dynamodb-2.4.0
2.3.x
delta-storage-s3-dynamodb-2.3.0
2.2.x
delta-storage-s3-dynamodb-2.2.0
2.1.x
delta-storage-s3-dynamodb-2.1.1
delta-storage-s3-dynamodb-2.1.0
2.0.x
delta-storage-s3-dynamodb-2.0.2
delta-storage-s3-dynamodb-2.0.1
delta-storage-s3-dynamodb-2.0.0
delta-storage-s3-dynamodb-2.0.0rc1
1.2.x
delta-storage-s3-dynamodb-1.2.1
delta-storage-s3-dynamodb-1.2.0

How to add a dependency to Maven

Add the following io.delta : delta-storage-s3-dynamodb maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.delta</groupId>
    <artifactId>delta-storage-s3-dynamodb</artifactId>
    <version>2.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.delta : delta-storage-s3-dynamodb gradle dependency to your build.gradle file:

implementation 'io.delta:delta-storage-s3-dynamodb:2.4.0'

Gradle Kotlin DSL: Add the following io.delta : delta-storage-s3-dynamodb gradle kotlin dependency to your build.gradle.kts file:

implementation("io.delta:delta-storage-s3-dynamodb:2.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.delta : delta-storage-s3-dynamodb sbt scala dependency to your build.sbt file:

libraryDependencies += "io.delta" % "delta-storage-s3-dynamodb" % "2.4.0"