MVN

org.wiremock.integrations.testcontainers : wiremock-testcontainers-module

Maven & Gradle

Oct 25, 2023
45 stars

WireMock module for Testcontainers Java · This Testcontainers module allows provisioning the WireMock server as a standalone container within your unit tests, based on WireMock Docker

<dependency>
    <groupId>org.wiremock.integrations.testcontainers</groupId>
    <artifactId>wiremock-testcontainers-module</artifactId>
    <version>1.0-alpha-13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wiremock.integrations.testcontainers : wiremock-testcontainers-module to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0-alpha-13
  • Latest Alpha: 1.0-alpha-13

All Versions

Choose a version of org.wiremock.integrations.testcontainers : wiremock-testcontainers-module to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
wiremock-testcontainers-module-1.0-alpha-13

How to add a dependency to Maven

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

<dependency>
    <groupId>org.wiremock.integrations.testcontainers</groupId>
    <artifactId>wiremock-testcontainers-module</artifactId>
    <version>1.0-alpha-13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.wiremock.integrations.testcontainers : wiremock-testcontainers-module gradle dependency to your build.gradle file:

implementation 'org.wiremock.integrations.testcontainers:wiremock-testcontainers-module:1.0-alpha-13'

Gradle Kotlin DSL: Add the following org.wiremock.integrations.testcontainers : wiremock-testcontainers-module gradle kotlin dependency to your build.gradle.kts file:

implementation("org.wiremock.integrations.testcontainers:wiremock-testcontainers-module:1.0-alpha-13")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.wiremock.integrations.testcontainers : wiremock-testcontainers-module sbt scala dependency to your build.sbt file:

libraryDependencies += "org.wiremock.integrations.testcontainers" % "wiremock-testcontainers-module" % "1.0-alpha-13"