License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.elvisnovoa |
ArtifactId | ArtifactIddynamodb-spring-boot-sample-app |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptiondynamodb-spring-boot-sample-app
Spring Boot starter project for spring-data-dynamodb
|
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.elvisnovoa/dynamodb-spring-boot-sample-app/ -->
<dependency>
<groupId>com.github.elvisnovoa</groupId>
<artifactId>dynamodb-spring-boot-sample-app</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.elvisnovoa/dynamodb-spring-boot-sample-app/
implementation 'com.github.elvisnovoa:dynamodb-spring-boot-sample-app:1.0.0'
// https://jarcasting.com/artifacts/com.github.elvisnovoa/dynamodb-spring-boot-sample-app/
implementation ("com.github.elvisnovoa:dynamodb-spring-boot-sample-app:1.0.0")
'com.github.elvisnovoa:dynamodb-spring-boot-sample-app:jar:1.0.0'
<dependency org="com.github.elvisnovoa" name="dynamodb-spring-boot-sample-app" rev="1.0.0">
<artifact name="dynamodb-spring-boot-sample-app" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.elvisnovoa', module='dynamodb-spring-boot-sample-app', version='1.0.0')
)
libraryDependencies += "com.github.elvisnovoa" % "dynamodb-spring-boot-sample-app" % "1.0.0"
[com.github.elvisnovoa/dynamodb-spring-boot-sample-app "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.elvisnovoa : dynamodb-spring-boot-starter | jar | 1.0.0 |
org.springframework.boot : spring-boot-starter | jar | 2.4.1 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.16 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.4.1 |