t

test-utils

The AWS SDK for Java - Test Utils module holds the all the utilities that are used by the tests.
https://aws.amazon.com/sdkforjava
Files download
File Operation
test-utils-2.28.20.jar download
test-utils-2.28.20.pom download
test-utils-2.28.20-sources.jar download
Apache Maven
<dependency>
  <groupId>software.amazon.awssdk</groupId>
  <artifactId>test-utils</artifactId>
  <version>2.28.20</version>
</dependency>
Gradle Groovy
implementation 'software.amazon.awssdk:test-utils:2.28.20'
Gradle Kotlin
implementation("software.amazon.awssdk:test-utils:2.28.20")
Scala SBT
libraryDependencies += "software.amazon.awssdk" % "test-utils" % "2.28.20"
Groovy Grape
@Grapes(
  @Grab(group='software.amazon.awssdk', module='test-utils', version='2.28.20')
)
Apache Ivy
<dependency org="software.amazon.awssdk" name="test-utils" rev="2.28.20" />
Leiningen
[software.amazon.awssdk/test-utils "2.28.20"]
Apache Buildr
'software.amazon.awssdk:test-utils:jar:2.28.20'