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