Last Version

Spring Data DynamoDB 5.0.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.

License

License

Categories

Categories

Data
GroupId

GroupId

com.github.spring-data-dynamodb
ArtifactId

ArtifactId

spring-data-dynamodb
Version

Version

5.0.3
Type

Type

jar
Description

Description

Spring Data DynamoDB
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.
Project URL

Project URL

https://github.com/derjust/spring-data-dynamodb
Source Code Management

Source Code Management

https://github.com/derjust/spring-data-dynamodb

Download spring-data-dynamodb 5.0.3


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

Dependencies

compile (6)

Group / Artifact Type Version
org.springframework : spring-context jar
org.springframework : spring-tx jar
org.springframework.data : spring-data-commons jar 2.0.9.RELEASE
org.hibernate.validator : hibernate-validator jar 6.0.9.Final
com.amazonaws : aws-java-sdk-dynamodb jar
javax.enterprise : cdi-api jar 1.2

test (5)

Group / Artifact Type Version
org.springframework : spring-test jar
com.amazonaws » DynamoDBLocal jar [1.11,2.0)
junit : junit jar 4.12
org.mockito : mockito-core jar 2.13.0
uk.org.lidalia : slf4j-test jar 1.2.0

Project Modules

There are no modules declared in this project.