| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesSpring Boot Container Microservices | 
        
| GroupId | GroupIdcom.github.wonwoo | 
    
| ArtifactId | ArtifactIddynamodb-spring-boot | 
    
| Version | Version1.0.1-RELEASE | 
        
| Type | Typepom | 
    
| Description | 
            Descriptiondynamodb-spring-boot 
            dynamodb Spring boot AutoConfigure 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| dynamodb-spring-boot-1.0.1-RELEASE.pom | 11 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.wonwoo/dynamodb-spring-boot/ -->
<dependency>
    <groupId>com.github.wonwoo</groupId>
    <artifactId>dynamodb-spring-boot</artifactId>
    <version>1.0.1-RELEASE</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/com.github.wonwoo/dynamodb-spring-boot/
implementation 'com.github.wonwoo:dynamodb-spring-boot:1.0.1-RELEASE'
                // https://jarcasting.com/artifacts/com.github.wonwoo/dynamodb-spring-boot/
implementation ("com.github.wonwoo:dynamodb-spring-boot:1.0.1-RELEASE")
                'com.github.wonwoo:dynamodb-spring-boot:pom:1.0.1-RELEASE'
                <dependency org="com.github.wonwoo" name="dynamodb-spring-boot" rev="1.0.1-RELEASE">
  <artifact name="dynamodb-spring-boot" type="pom" />
</dependency>
                @Grapes(
@Grab(group='com.github.wonwoo', module='dynamodb-spring-boot', version='1.0.1-RELEASE')
)
                libraryDependencies += "com.github.wonwoo" % "dynamodb-spring-boot" % "1.0.1-RELEASE"
                [com.github.wonwoo/dynamodb-spring-boot "1.0.1-RELEASE"]