is not current version
Last Version 2.17.219

software.amazon.awssdk:synthetics 2.17.120

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.120
Type

Type

jar

Download synthetics 2.17.120


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