is not current version
Last Version 2.17.219

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

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

Type

jar

Download service-test-utils 2.15.28


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