MVN

com.github.igor-g : spring-data-dynamodb

Maven & Gradle

Aug 05, 2017
0 stars

Spring Data DynamoDb · Spring Data module providing support for DynamoDb repositories. Forked from: http://github.com/derjust/spring-data-dynamodb

<dependency>
    <groupId>com.github.igor-g</groupId>
    <artifactId>spring-data-dynamodb</artifactId>
    <version>4.5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.igor-g : spring-data-dynamodb to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.5.1

All Versions

Choose a version of com.github.igor-g : spring-data-dynamodb to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.5.x
spring-data-dynamodb-4.5.1

How to add a dependency to Maven

Add the following com.github.igor-g : spring-data-dynamodb maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.igor-g</groupId>
    <artifactId>spring-data-dynamodb</artifactId>
    <version>4.5.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.igor-g : spring-data-dynamodb gradle dependency to your build.gradle file:

implementation 'com.github.igor-g:spring-data-dynamodb:4.5.1'

Gradle Kotlin DSL: Add the following com.github.igor-g : spring-data-dynamodb gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.igor-g:spring-data-dynamodb:4.5.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.igor-g : spring-data-dynamodb sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.igor-g" % "spring-data-dynamodb" % "4.5.1"