Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.github.derjust |
ArtifactId | ArtifactIdspring-data-dynamodb |
Version | Version4.3.0 |
Type | Typejar |
Filename | Size |
---|---|
spring-data-dynamodb-4.3.0.pom | |
spring-data-dynamodb-4.3.0.jar | 148 KB |
spring-data-dynamodb-4.3.0-sources.jar | 106 KB |
spring-data-dynamodb-4.3.0-javadoc.jar | 503 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.derjust/spring-data-dynamodb/ -->
<dependency>
<groupId>com.github.derjust</groupId>
<artifactId>spring-data-dynamodb</artifactId>
<version>4.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.derjust/spring-data-dynamodb/
implementation 'com.github.derjust:spring-data-dynamodb:4.3.0'
// https://jarcasting.com/artifacts/com.github.derjust/spring-data-dynamodb/
implementation ("com.github.derjust:spring-data-dynamodb:4.3.0")
'com.github.derjust:spring-data-dynamodb:jar:4.3.0'
<dependency org="com.github.derjust" name="spring-data-dynamodb" rev="4.3.0">
<artifact name="spring-data-dynamodb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.derjust', module='spring-data-dynamodb', version='4.3.0')
)
libraryDependencies += "com.github.derjust" % "spring-data-dynamodb" % "4.3.0"
[com.github.derjust/spring-data-dynamodb "4.3.0"]