is not current version
Last Version 2.17.219

software.amazon.awssdk:synthetics 2.17.161

The AWS Java SDK for Synthetics module holds the client classes that are used for communicating with Synthetics.

Categories

Categories

AWS Container PaaS Providers
GroupId

GroupId

software.amazon.awssdk
ArtifactId

ArtifactId

synthetics
Version

Version

2.17.161
Type

Type

jar

Download synthetics 2.17.161


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