MVN

au.com.dius.pact.provider : scalatest_2.13

Maven & Gradle

Jul 28, 2023
1k stars

scalatest_2.13 · pact-jvm-provider-scalatest ======================== Provides an extension to scalatest to validate pact files against a running provider. See [examples](https://github.com/DiUS/pact-jvm/tree/master/provider/scalatest/src/test/scala/au/com/dius/pact/provider/scalatest) for details. <!-- absolute URL for docs.pact.io --> *Note:* The Pact ProviderSpec requires scalatest 2.2.x

<dependency>
    <groupId>au.com.dius.pact.provider</groupId>
    <artifactId>scalatest_2.13</artifactId>
    <version>4.1.42</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of au.com.dius.pact.provider : scalatest_2.13 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.1.42
  • Latest Beta: 4.2.0-beta.3

All Versions

Choose a version of au.com.dius.pact.provider : scalatest_2.13 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.2.x
scalatest_2.13-4.2.21
scalatest_2.13-4.2.20
scalatest_2.13-4.2.19
scalatest_2.13-4.2.18
scalatest_2.13-4.2.17
scalatest_2.13-4.2.16
scalatest_2.13-4.2.15
scalatest_2.13-4.2.14
scalatest_2.13-4.2.13
scalatest_2.13-4.2.12
scalatest_2.13-4.2.11
scalatest_2.13-4.2.10
scalatest_2.13-4.2.9
scalatest_2.13-4.2.8
scalatest_2.13-4.2.7
scalatest_2.13-4.2.6
scalatest_2.13-4.2.5
scalatest_2.13-4.2.4
scalatest_2.13-4.2.3
scalatest_2.13-4.2.2
scalatest_2.13-4.2.1
scalatest_2.13-4.2.0
scalatest_2.13-4.2.0-beta.3
scalatest_2.13-4.2.0-beta.2
scalatest_2.13-4.2.0-beta.1
scalatest_2.13-4.2.0-beta.0
4.1.x
scalatest_2.13-4.1.42
scalatest_2.13-4.1.41
scalatest_2.13-4.1.40
scalatest_2.13-4.1.39
scalatest_2.13-4.1.38
scalatest_2.13-4.1.37
scalatest_2.13-4.1.36
scalatest_2.13-4.1.35
scalatest_2.13-4.1.34
scalatest_2.13-4.1.33
scalatest_2.13-4.1.32
scalatest_2.13-4.1.31
scalatest_2.13-4.1.30
scalatest_2.13-4.1.29
scalatest_2.13-4.1.28
scalatest_2.13-4.1.27
scalatest_2.13-4.1.26
scalatest_2.13-4.1.25
scalatest_2.13-4.1.24
scalatest_2.13-4.1.23
scalatest_2.13-4.1.22
scalatest_2.13-4.1.21
scalatest_2.13-4.1.20
scalatest_2.13-4.1.19
scalatest_2.13-4.1.18
scalatest_2.13-4.1.17
scalatest_2.13-4.1.16
scalatest_2.13-4.1.15
scalatest_2.13-4.1.14
scalatest_2.13-4.1.13
scalatest_2.13-4.1.12
scalatest_2.13-4.1.11
scalatest_2.13-4.1.10
scalatest_2.13-4.1.9
scalatest_2.13-4.1.8
scalatest_2.13-4.1.7
scalatest_2.13-4.1.6
scalatest_2.13-4.1.5
scalatest_2.13-4.1.4
scalatest_2.13-4.1.3
scalatest_2.13-4.1.2
scalatest_2.13-4.1.1
scalatest_2.13-4.1.0

How to add a dependency to Maven

Add the following au.com.dius.pact.provider : scalatest_2.13 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>au.com.dius.pact.provider</groupId>
    <artifactId>scalatest_2.13</artifactId>
    <version>4.1.42</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following au.com.dius.pact.provider : scalatest_2.13 gradle dependency to your build.gradle file:

implementation 'au.com.dius.pact.provider:scalatest_2.13:4.1.42'

Gradle Kotlin DSL: Add the following au.com.dius.pact.provider : scalatest_2.13 gradle kotlin dependency to your build.gradle.kts file:

implementation("au.com.dius.pact.provider:scalatest_2.13:4.1.42")

How to add a dependency to SBT Scala

SBT Scala: Add the following au.com.dius.pact.provider : scalatest_2.13 sbt scala dependency to your build.sbt file:

libraryDependencies += "au.com.dius.pact.provider" % "scalatest_2.13" % "4.1.42"

Advertisement