не последняя версия
Последняя версия 5.1.0

com.github.derjust:spring-data-dynamodb 5.0.2

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.

Категории

Категории

Данные
Группа

Группа

com.github.derjust
Идентификатор

Идентификатор

spring-data-dynamodb
Версия

Версия

5.0.2
Тип

Тип

jar

Скачать spring-data-dynamodb 5.0.2


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