is not current version
Last Version 2.17.219

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

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

Type

jar

Download service-test-utils 2.2.0


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