MVN

org.microshed : microshed-testing-testcontainers

Maven & Gradle

Nov 17, 2020
5 usages
64 stars

MicroShed Testing Framework :: Testcontainers extension · Extensions for using MicroShed Testing with Testcontainers for managing application and resource lifecycle

<dependency>
    <groupId>org.microshed</groupId>
    <artifactId>microshed-testing-testcontainers</artifactId>
    <version>0.9.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.microshed : microshed-testing-testcontainers to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.1

All Versions

Choose a version of org.microshed : microshed-testing-testcontainers to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
microshed-testing-testcontainers-0.9.1
0.9
microshed-testing-testcontainers-0.9
0.8
microshed-testing-testcontainers-0.8
0.7.x
microshed-testing-testcontainers-0.7.1
0.7
microshed-testing-testcontainers-0.7
0.6.x
microshed-testing-testcontainers-0.6.2
microshed-testing-testcontainers-0.6.1.1
0.6
microshed-testing-testcontainers-0.6
0.5
microshed-testing-testcontainers-0.5
0.4.x
microshed-testing-testcontainers-0.4.2
microshed-testing-testcontainers-0.4.1

How to add a dependency to Maven

Add the following org.microshed : microshed-testing-testcontainers maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.microshed</groupId>
    <artifactId>microshed-testing-testcontainers</artifactId>
    <version>0.9.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.microshed : microshed-testing-testcontainers gradle dependency to your build.gradle file:

implementation 'org.microshed:microshed-testing-testcontainers:0.9.1'

Gradle Kotlin DSL: Add the following org.microshed : microshed-testing-testcontainers gradle kotlin dependency to your build.gradle.kts file:

implementation("org.microshed:microshed-testing-testcontainers:0.9.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.microshed : microshed-testing-testcontainers sbt scala dependency to your build.sbt file:

libraryDependencies += "org.microshed" % "microshed-testing-testcontainers" % "0.9.1"

Advertisement