Last Version

pact-jvm-provider-sbt_2.10 2.0.2

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

License

License

Categories

Categories

IDE Development Tools
GroupId

GroupId

au.com.dius
ArtifactId

ArtifactId

pact-jvm-provider-sbt_2.10
Version

Version

2.0.2
Type

Type

jar
Description

Description

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
Project URL

Project URL

https://github.com/DiUS/pact-jvm
Source Code Management

Source Code Management

https://github.com/DiUS/pact-jvm

Download pact-jvm-provider-sbt_2.10 2.0.2


<!-- https://jarcasting.com/artifacts/au.com.dius/pact-jvm-provider-sbt_2.10/ -->
<dependency>
    <groupId>au.com.dius</groupId>
    <artifactId>pact-jvm-provider-sbt_2.10</artifactId>
    <version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/au.com.dius/pact-jvm-provider-sbt_2.10/
implementation 'au.com.dius:pact-jvm-provider-sbt_2.10:2.0.2'
// https://jarcasting.com/artifacts/au.com.dius/pact-jvm-provider-sbt_2.10/
implementation ("au.com.dius:pact-jvm-provider-sbt_2.10:2.0.2")
'au.com.dius:pact-jvm-provider-sbt_2.10:jar:2.0.2'
<dependency org="au.com.dius" name="pact-jvm-provider-sbt_2.10" rev="2.0.2">
  <artifact name="pact-jvm-provider-sbt_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='au.com.dius', module='pact-jvm-provider-sbt_2.10', version='2.0.2')
)
libraryDependencies += "au.com.dius" % "pact-jvm-provider-sbt_2.10" % "2.0.2"
[au.com.dius/pact-jvm-provider-sbt_2.10 "2.0.2"]

Dependencies

compile (9)

Group / Artifact Type Version
com.typesafe.scala-logging : scala-logging-slf4j_2.10 jar 2.1.2
org.scala-sbt : sbt jar 0.13.5
org.json4s : json4s-native_2.10 jar 3.2.10
org.slf4j : slf4j-api jar 1.7.5
net.databinder.dispatch : dispatch-core_2.10 jar 0.11.0
net.databinder : unfiltered-netty-server_2.10 jar 0.7.1
org.json4s : json4s-jackson_2.10 jar 3.2.10
au.com.dius : pact-jvm-provider_2.10 jar 2.0.2
org.scala-lang : scala-library jar 2.10.4

test (3)

Group / Artifact Type Version
org.mockito : mockito-all jar 1.9.5
junit : junit jar 4.11
org.specs2 : specs2_2.10 jar 2.3.13

Project Modules

There are no modules declared in this project.