MVN

software.amazon.awssdk : stability-tests

Maven & Gradle

Jul 04, 2019

AWS Java SDK :: Test :: Stability Tests · Contains stability regression tests.

<dependency>
    <groupId>software.amazon.awssdk</groupId>
    <artifactId>stability-tests</artifactId>
    <version>2.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of software.amazon.awssdk : stability-tests to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.7.0

All Versions

Choose a version of software.amazon.awssdk : stability-tests to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.7.x
stability-tests-2.7.0
2.6.x
stability-tests-2.6.5
stability-tests-2.6.4
stability-tests-2.6.3
stability-tests-2.6.2
stability-tests-2.6.1
stability-tests-2.6.0
2.5.x
stability-tests-2.5.71
stability-tests-2.5.70
stability-tests-2.5.69
stability-tests-2.5.68
stability-tests-2.5.67
stability-tests-2.5.66
stability-tests-2.5.65
stability-tests-2.5.64
stability-tests-2.5.63
stability-tests-2.5.62
stability-tests-2.5.61
stability-tests-2.5.60

How to add a dependency to Maven

Add the following software.amazon.awssdk : stability-tests maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>software.amazon.awssdk</groupId>
    <artifactId>stability-tests</artifactId>
    <version>2.7.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following software.amazon.awssdk : stability-tests gradle dependency to your build.gradle file:

implementation 'software.amazon.awssdk:stability-tests:2.7.0'

Gradle Kotlin DSL: Add the following software.amazon.awssdk : stability-tests gradle kotlin dependency to your build.gradle.kts file:

implementation("software.amazon.awssdk:stability-tests:2.7.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following software.amazon.awssdk : stability-tests sbt scala dependency to your build.sbt file:

libraryDependencies += "software.amazon.awssdk" % "stability-tests" % "2.7.0"