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
文件下载
文件名 操作
test-utils-2.28.14.jar 下载
test-utils-2.28.14.pom 下载
test-utils-2.28.14-sources.jar 下载
Apache Maven
<dependency>
  <groupId>software.amazon.awssdk</groupId>
  <artifactId>test-utils</artifactId>
  <version>2.28.14</version>
</dependency>
Gradle Groovy
implementation 'software.amazon.awssdk:test-utils:2.28.14'
Gradle Kotlin
implementation("software.amazon.awssdk:test-utils:2.28.14")
Scala SBT
libraryDependencies += "software.amazon.awssdk" % "test-utils" % "2.28.14"
Groovy Grape
@Grapes(
  @Grab(group='software.amazon.awssdk', module='test-utils', version='2.28.14')
)
Apache Ivy
<dependency org="software.amazon.awssdk" name="test-utils" rev="2.28.14" />
Leiningen
[software.amazon.awssdk/test-utils "2.28.14"]
Apache Buildr
'software.amazon.awssdk:test-utils:jar:2.28.14'