MVN

com.amazonaws : aws-java-sdk-deadline

Maven & Gradle

Apr 01, 2024

AWS Java SDK for AWSDeadlineCloud · The AWS Java SDK for AWSDeadlineCloud module holds the client classes that are used for communicating with AWSDeadlineCloud Service

<dependency>
    <groupId>com.amazonaws</groupId>
    <artifactId>aws-java-sdk-deadline</artifactId>
    <version>1.12.692</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.amazonaws : aws-java-sdk-deadline to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.12.692

All Versions

Choose a version of com.amazonaws : aws-java-sdk-deadline to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.12.x
aws-java-sdk-deadline-1.12.692

How to add a dependency to Maven

Add the following com.amazonaws : aws-java-sdk-deadline maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.amazonaws</groupId>
    <artifactId>aws-java-sdk-deadline</artifactId>
    <version>1.12.692</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.amazonaws : aws-java-sdk-deadline gradle dependency to your build.gradle file:

implementation 'com.amazonaws:aws-java-sdk-deadline:1.12.692'

Gradle Kotlin DSL: Add the following com.amazonaws : aws-java-sdk-deadline gradle kotlin dependency to your build.gradle.kts file:

implementation("com.amazonaws:aws-java-sdk-deadline:1.12.692")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.amazonaws : aws-java-sdk-deadline sbt scala dependency to your build.sbt file:

libraryDependencies += "com.amazonaws" % "aws-java-sdk-deadline" % "1.12.692"

Advertisement