MVN

de.skuzzle.springboot.test : spring-boot-wiremock

Maven & Gradle

Oct 15, 2021
2 usages
0 stars

SpringBoot WireMock · Easily set up WireMock in your SpringBoot tests

<dependency>
    <groupId>de.skuzzle.springboot.test</groupId>
    <artifactId>spring-boot-wiremock</artifactId>
    <version>0.0.18</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.skuzzle.springboot.test : spring-boot-wiremock to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.18

All Versions

Choose a version of de.skuzzle.springboot.test : spring-boot-wiremock to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
spring-boot-wiremock-0.0.18
spring-boot-wiremock-0.0.16
spring-boot-wiremock-0.0.15
spring-boot-wiremock-0.0.14
spring-boot-wiremock-0.0.13
spring-boot-wiremock-0.0.12
spring-boot-wiremock-0.0.11
spring-boot-wiremock-0.0.10
spring-boot-wiremock-0.0.9
spring-boot-wiremock-0.0.8
spring-boot-wiremock-0.0.7
spring-boot-wiremock-0.0.6
spring-boot-wiremock-0.0.5
spring-boot-wiremock-0.0.4
spring-boot-wiremock-0.0.3
spring-boot-wiremock-0.0.2
spring-boot-wiremock-0.0.1

How to add a dependency to Maven

Add the following de.skuzzle.springboot.test : spring-boot-wiremock maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.skuzzle.springboot.test</groupId>
    <artifactId>spring-boot-wiremock</artifactId>
    <version>0.0.18</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.skuzzle.springboot.test : spring-boot-wiremock gradle dependency to your build.gradle file:

implementation 'de.skuzzle.springboot.test:spring-boot-wiremock:0.0.18'

Gradle Kotlin DSL: Add the following de.skuzzle.springboot.test : spring-boot-wiremock gradle kotlin dependency to your build.gradle.kts file:

implementation("de.skuzzle.springboot.test:spring-boot-wiremock:0.0.18")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.skuzzle.springboot.test : spring-boot-wiremock sbt scala dependency to your build.sbt file:

libraryDependencies += "de.skuzzle.springboot.test" % "spring-boot-wiremock" % "0.0.18"