MVN

com.github.wonwoo : dynamodb-spring-boot-starter-test

Maven & Gradle

Mar 09, 2018
2 usages
9 stars
<dependency>
    <groupId>com.github.wonwoo</groupId>
    <artifactId>dynamodb-spring-boot-starter-test</artifactId>
    <version>1.0.1-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.wonwoo : dynamodb-spring-boot-starter-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1-RELEASE

All Versions

Choose a version of com.github.wonwoo : dynamodb-spring-boot-starter-test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
dynamodb-spring-boot-starter-test-1.0.1-RELEASE
0.1.x
dynamodb-spring-boot-starter-test-0.1.2-RELEASE
dynamodb-spring-boot-starter-test-0.1.0-RELEASE

How to add a dependency to Maven

Add the following com.github.wonwoo : dynamodb-spring-boot-starter-test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.wonwoo</groupId>
    <artifactId>dynamodb-spring-boot-starter-test</artifactId>
    <version>1.0.1-RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.wonwoo : dynamodb-spring-boot-starter-test gradle dependency to your build.gradle file:

implementation 'com.github.wonwoo:dynamodb-spring-boot-starter-test:1.0.1-RELEASE'

Gradle Kotlin DSL: Add the following com.github.wonwoo : dynamodb-spring-boot-starter-test gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.wonwoo:dynamodb-spring-boot-starter-test:1.0.1-RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.wonwoo : dynamodb-spring-boot-starter-test sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.wonwoo" % "dynamodb-spring-boot-starter-test" % "1.0.1-RELEASE"

Advertisement