is not current version
Last Version 2.17.219

software.amazon.awssdk:service-test-utils 2.13.39

The AWS SDK for Java - Service Test Utils module holds utilities used by service tests that may have dependencies on the core runtime.

Categories

Categories

AWS Container PaaS Providers
GroupId

GroupId

software.amazon.awssdk
ArtifactId

ArtifactId

service-test-utils
Version

Version

2.13.39
Type

Type

jar

Download service-test-utils 2.13.39


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