MVN

io.awspring.cloud : spring-cloud-aws-testcontainers

Maven & Gradle

Mar 29, 2024

Spring Cloud AWS Testcontainers · Spring Cloud AWS Testcontainers Integration

<dependency>
    <groupId>io.awspring.cloud</groupId>
    <artifactId>spring-cloud-aws-testcontainers</artifactId>
    <version>3.2.0-M1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.awspring.cloud : spring-cloud-aws-testcontainers to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.0-M1

All Versions

Choose a version of io.awspring.cloud : spring-cloud-aws-testcontainers to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2.x
spring-cloud-aws-testcontainers-3.2.0-M1

How to add a dependency to Maven

Add the following io.awspring.cloud : spring-cloud-aws-testcontainers maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.awspring.cloud</groupId>
    <artifactId>spring-cloud-aws-testcontainers</artifactId>
    <version>3.2.0-M1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.awspring.cloud : spring-cloud-aws-testcontainers gradle dependency to your build.gradle file:

implementation 'io.awspring.cloud:spring-cloud-aws-testcontainers:3.2.0-M1'

Gradle Kotlin DSL: Add the following io.awspring.cloud : spring-cloud-aws-testcontainers gradle kotlin dependency to your build.gradle.kts file:

implementation("io.awspring.cloud:spring-cloud-aws-testcontainers:3.2.0-M1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.awspring.cloud : spring-cloud-aws-testcontainers sbt scala dependency to your build.sbt file:

libraryDependencies += "io.awspring.cloud" % "spring-cloud-aws-testcontainers" % "3.2.0-M1"

Advertisement