is not current version
Last Version 1.0.1-RELEASE

com.github.wonwoo:dynamodb-spring-boot 0.1.2-RELEASE

dynamodb Spring boot AutoConfigure

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.github.wonwoo
ArtifactId

ArtifactId

dynamodb-spring-boot
Version

Version

0.1.2-RELEASE
Type

Type

pom

Download dynamodb-spring-boot 0.1.2-RELEASE


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