License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdio.github.normandesjr |
ArtifactId | ArtifactIdprefix-dynamodb-mapper |
Version | Version0.1.1 |
Type | Typejar |
Description |
Descriptionprefix-dynamodb-mapper
Decorator for DynamoDBMapper that will help you add prefix to your attributes
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.github.normandesjr/prefix-dynamodb-mapper/ -->
<dependency>
<groupId>io.github.normandesjr</groupId>
<artifactId>prefix-dynamodb-mapper</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.normandesjr/prefix-dynamodb-mapper/
implementation 'io.github.normandesjr:prefix-dynamodb-mapper:0.1.1'
// https://jarcasting.com/artifacts/io.github.normandesjr/prefix-dynamodb-mapper/
implementation ("io.github.normandesjr:prefix-dynamodb-mapper:0.1.1")
'io.github.normandesjr:prefix-dynamodb-mapper:jar:0.1.1'
<dependency org="io.github.normandesjr" name="prefix-dynamodb-mapper" rev="0.1.1">
<artifact name="prefix-dynamodb-mapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.normandesjr', module='prefix-dynamodb-mapper', version='0.1.1')
)
libraryDependencies += "io.github.normandesjr" % "prefix-dynamodb-mapper" % "0.1.1"
[io.github.normandesjr/prefix-dynamodb-mapper "0.1.1"]
Group / Artifact | Type | Version |
---|---|---|
com.amazonaws : aws-java-sdk-dynamodb | jar | 1.11.696 |
com.pivovarit : throwing-function | jar | 1.5.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.6.0 |
org.mockito : mockito-core | jar | 3.3.3 |
org.mockito : mockito-junit-jupiter | jar | 3.3.3 |