is not current version
Last Version 2.17.219

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

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

Type

jar

Download service-test-utils 2.17.204


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