MVN

software.amazon.awssdk : workspacesthinclient

Maven & Gradle

Nov 27, 2023

AWS Java SDK :: Services :: Work Spaces Thin Client · The AWS Java SDK for Work Spaces Thin Client module holds the client classes that are used for communicating with Work Spaces Thin Client.

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

Latest Version

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

  • Latest Stable: 2.21.30

All Versions

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

Version Vulnerabilities Updated
2.21.x
workspacesthinclient-2.21.30

How to add a dependency to Maven

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

<dependency>
    <groupId>software.amazon.awssdk</groupId>
    <artifactId>workspacesthinclient</artifactId>
    <version>2.21.30</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'software.amazon.awssdk:workspacesthinclient:2.21.30'

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

implementation("software.amazon.awssdk:workspacesthinclient:2.21.30")

How to add a dependency to SBT Scala

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

libraryDependencies += "software.amazon.awssdk" % "workspacesthinclient" % "2.21.30"

Advertisement