is not current version
Last Version 2.17.219

software.amazon.awssdk:iot 2.10.15

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

Categories

Categories

AWS Container PaaS Providers
GroupId

GroupId

software.amazon.awssdk
ArtifactId

ArtifactId

iot
Version

Version

2.10.15
Type

Type

jar

Download iot 2.10.15


<!-- https://jarcasting.com/artifacts/software.amazon.awssdk/iot/ -->
<dependency>
    <groupId>software.amazon.awssdk</groupId>
    <artifactId>iot</artifactId>
    <version>2.10.15</version>
</dependency>
// https://jarcasting.com/artifacts/software.amazon.awssdk/iot/
implementation 'software.amazon.awssdk:iot:2.10.15'
// https://jarcasting.com/artifacts/software.amazon.awssdk/iot/
implementation ("software.amazon.awssdk:iot:2.10.15")
'software.amazon.awssdk:iot:jar:2.10.15'
<dependency org="software.amazon.awssdk" name="iot" rev="2.10.15">
  <artifact name="iot" type="jar" />
</dependency>
@Grapes(
@Grab(group='software.amazon.awssdk', module='iot', version='2.10.15')
)
libraryDependencies += "software.amazon.awssdk" % "iot" % "2.10.15"
[software.amazon.awssdk/iot "2.10.15"]