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