MVN

software.amazon.awssdk : dms

Maven & Gradle

Jul 31, 2018
2 usages

AWS Java SDK :: Services :: AWS Database Migration Service · The AWS Java SDK for AWS Database Migration Service module holds the client classes that are used for communicating with AWS Database Migration Service.

<dependency>
    <groupId>software.amazon.awssdk</groupId>
    <artifactId>dms</artifactId>
    <version>2.0.0-preview-11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of software.amazon.awssdk : dms to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0-preview-11

All Versions

Choose a version of software.amazon.awssdk : dms to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
dms-2.0.0-preview-11
dms-2.0.0-preview-10
dms-2.0.0-preview-9
dms-2.0.0-preview-8
dms-2.0.0-preview-7
dms-2.0.0-preview-6
dms-2.0.0-preview-5
dms-2.0.0-preview-4
dms-2.0.0-preview-3
dms-2.0.0-preview-2
dms-2.0.0-preview-1

How to add a dependency to Maven

Add the following software.amazon.awssdk : dms maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>software.amazon.awssdk</groupId>
    <artifactId>dms</artifactId>
    <version>2.0.0-preview-11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following software.amazon.awssdk : dms gradle dependency to your build.gradle file:

implementation 'software.amazon.awssdk:dms:2.0.0-preview-11'

Gradle Kotlin DSL: Add the following software.amazon.awssdk : dms gradle kotlin dependency to your build.gradle.kts file:

implementation("software.amazon.awssdk:dms:2.0.0-preview-11")

How to add a dependency to SBT Scala

SBT Scala: Add the following software.amazon.awssdk : dms sbt scala dependency to your build.sbt file:

libraryDependencies += "software.amazon.awssdk" % "dms" % "2.0.0-preview-11"