is not current version
Last Version 5.2.5

io.github.boostchicken:spring-data-dynamodb 5.2.3

The primary goal of the Spring® Data project is to make it easier to build Spring-powered applications that use data access technologies. This module deals with enhanced support for a data access layer built on AWS DynamoDB.

Categories

Categories

Data
GroupId

GroupId

io.github.boostchicken
ArtifactId

ArtifactId

spring-data-dynamodb
Version

Version

5.2.3
Type

Type

jar

Download spring-data-dynamodb 5.2.3


<!-- https://jarcasting.com/artifacts/io.github.boostchicken/spring-data-dynamodb/ -->
<dependency>
    <groupId>io.github.boostchicken</groupId>
    <artifactId>spring-data-dynamodb</artifactId>
    <version>5.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.boostchicken/spring-data-dynamodb/
implementation 'io.github.boostchicken:spring-data-dynamodb:5.2.3'
// https://jarcasting.com/artifacts/io.github.boostchicken/spring-data-dynamodb/
implementation ("io.github.boostchicken:spring-data-dynamodb:5.2.3")
'io.github.boostchicken:spring-data-dynamodb:jar:5.2.3'
<dependency org="io.github.boostchicken" name="spring-data-dynamodb" rev="5.2.3">
  <artifact name="spring-data-dynamodb" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.boostchicken', module='spring-data-dynamodb', version='5.2.3')
)
libraryDependencies += "io.github.boostchicken" % "spring-data-dynamodb" % "5.2.3"
[io.github.boostchicken/spring-data-dynamodb "5.2.3"]