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