| License |
License |
|---|---|
| Categories |
CategoriesSpring Boot Container Microservices |
| GroupId | GroupIdcom.github.wonwoo |
| ArtifactId | ArtifactIddynamodb-spring-boot-sample |
| Version | Version1.0.1-RELEASE |
| Type | Typejar |
| Description |
Descriptiondynamodb Spring boot AutoConfigure
|
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.wonwoo/dynamodb-spring-boot-sample/ -->
<dependency>
<groupId>com.github.wonwoo</groupId>
<artifactId>dynamodb-spring-boot-sample</artifactId>
<version>1.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wonwoo/dynamodb-spring-boot-sample/
implementation 'com.github.wonwoo:dynamodb-spring-boot-sample:1.0.1-RELEASE'
// https://jarcasting.com/artifacts/com.github.wonwoo/dynamodb-spring-boot-sample/
implementation ("com.github.wonwoo:dynamodb-spring-boot-sample:1.0.1-RELEASE")
'com.github.wonwoo:dynamodb-spring-boot-sample:jar:1.0.1-RELEASE'
<dependency org="com.github.wonwoo" name="dynamodb-spring-boot-sample" rev="1.0.1-RELEASE">
<artifact name="dynamodb-spring-boot-sample" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wonwoo', module='dynamodb-spring-boot-sample', version='1.0.1-RELEASE')
)
libraryDependencies += "com.github.wonwoo" % "dynamodb-spring-boot-sample" % "1.0.1-RELEASE"
[com.github.wonwoo/dynamodb-spring-boot-sample "1.0.1-RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.wonwoo : dynamodb-spring-boot-starter | jar | 1.0.1-RELEASE |
| org.springframework.boot : spring-boot-starter-web | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| com.amazonaws » DynamoDBLocal | jar | 1.11.86 |
| com.almworks.sqlite4java : sqlite4java | jar | 1.0.392 |
| com.github.wonwoo : dynamodb-spring-boot-starter-test | jar | 1.0.1-RELEASE |
| org.springframework.boot : spring-boot-starter-test | jar |