MVN

software.amazon.awssdk : launchwizard

Maven & Gradle

Nov 03, 2023

AWS Java SDK :: Services :: Launch Wizard · The AWS Java SDK for Launch Wizard module holds the client classes that are used for communicating with Launch Wizard.

<dependency>
    <groupId>software.amazon.awssdk</groupId>
    <artifactId>launchwizard</artifactId>
    <version>2.21.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.21.15

All Versions

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

Version Vulnerabilities Updated
2.21.x
launchwizard-2.21.15

How to add a dependency to Maven

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

<dependency>
    <groupId>software.amazon.awssdk</groupId>
    <artifactId>launchwizard</artifactId>
    <version>2.21.15</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'software.amazon.awssdk:launchwizard:2.21.15'

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

implementation("software.amazon.awssdk:launchwizard:2.21.15")

How to add a dependency to SBT Scala

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

libraryDependencies += "software.amazon.awssdk" % "launchwizard" % "2.21.15"

Advertisement

Dependencies from Group

Aug 25, 2023
324 usages
1.8k stars
Aug 25, 2023
300 usages
1.8k stars
s3
Aug 25, 2023
289 usages
1.8k stars
bom
Aug 25, 2023
201 usages
1.8k stars
Aug 25, 2023
158 usages
1.8k stars

Discover Dependencies