Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.wonwoo |
ArtifactId | ArtifactIddynamodb-spring-boot-starter |
Version | Version0.0.7-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.wonwoo/dynamodb-spring-boot-starter/ -->
<dependency>
<groupId>com.github.wonwoo</groupId>
<artifactId>dynamodb-spring-boot-starter</artifactId>
<version>0.0.7-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wonwoo/dynamodb-spring-boot-starter/
implementation 'com.github.wonwoo:dynamodb-spring-boot-starter:0.0.7-RELEASE'
// https://jarcasting.com/artifacts/com.github.wonwoo/dynamodb-spring-boot-starter/
implementation ("com.github.wonwoo:dynamodb-spring-boot-starter:0.0.7-RELEASE")
'com.github.wonwoo:dynamodb-spring-boot-starter:jar:0.0.7-RELEASE'
<dependency org="com.github.wonwoo" name="dynamodb-spring-boot-starter" rev="0.0.7-RELEASE">
<artifact name="dynamodb-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wonwoo', module='dynamodb-spring-boot-starter', version='0.0.7-RELEASE')
)
libraryDependencies += "com.github.wonwoo" % "dynamodb-spring-boot-starter" % "0.0.7-RELEASE"
[com.github.wonwoo/dynamodb-spring-boot-starter "0.0.7-RELEASE"]