MVN

au.com.dius : pact-jvm-provider-sbt_2.10

Maven & Gradle

Aug 07, 2014
1k stars

pact-jvm-provider-sbt_2.10 · Pact sbt plugin =============== The sbt plugin adds an sbt task for running all provider pacts against a running server. To use the pact sbt plugin, add the following to your project/plugins.sbt addSbtPlugin("com.dius" %% "pact-jvm-provider-sbt" % "2.0.2") and the following to your build.sbt PactJvmPlugin.pactSettings The new task added is verifyPacts Two new keys are added to configure this task: pactConfig is the location of your pact-config json file (defaults to "pact-config.json" in the classpath root) pactRoot is the root folder of your pact json files (defaults to "pacts"), all .json files in root and sub folders will be executed

<dependency>
    <groupId>au.com.dius</groupId>
    <artifactId>pact-jvm-provider-sbt_2.10</artifactId>
    <version>2.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of au.com.dius : pact-jvm-provider-sbt_2.10 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.2

All Versions

Choose a version of au.com.dius : pact-jvm-provider-sbt_2.10 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
pact-jvm-provider-sbt_2.10-2.0.2
pact-jvm-provider-sbt_2.10-2.0.1
pact-jvm-provider-sbt_2.10-2.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>au.com.dius</groupId>
    <artifactId>pact-jvm-provider-sbt_2.10</artifactId>
    <version>2.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following au.com.dius : pact-jvm-provider-sbt_2.10 gradle dependency to your build.gradle file:

implementation 'au.com.dius:pact-jvm-provider-sbt_2.10:2.0.2'

Gradle Kotlin DSL: Add the following au.com.dius : pact-jvm-provider-sbt_2.10 gradle kotlin dependency to your build.gradle.kts file:

implementation("au.com.dius:pact-jvm-provider-sbt_2.10:2.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following au.com.dius : pact-jvm-provider-sbt_2.10 sbt scala dependency to your build.sbt file:

libraryDependencies += "au.com.dius" % "pact-jvm-provider-sbt_2.10" % "2.0.2"