is not current version
Last Version 2.17.219

software.amazon.awssdk:synthetics 2.17.104

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

Type

jar

Download synthetics 2.17.104


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