Files download
File Operation
provider-4.6.8.jar download
provider-4.6.8.pom download
provider-4.6.8-sources.jar download
Apache Maven
<dependency>
  <groupId>au.com.dius.pact</groupId>
  <artifactId>provider</artifactId>
  <version>4.6.8</version>
</dependency>
Gradle Groovy
implementation 'au.com.dius.pact:provider:4.6.8'
Gradle Kotlin
implementation("au.com.dius.pact:provider:4.6.8")
Scala SBT
libraryDependencies += "au.com.dius.pact" % "provider" % "4.6.8"
Groovy Grape
@Grapes(
  @Grab(group='au.com.dius.pact', module='provider', version='4.6.8')
)
Apache Ivy
<dependency org="au.com.dius.pact" name="provider" rev="4.6.8" />
Leiningen
[au.com.dius.pact/provider "4.6.8"]
Apache Buildr
'au.com.dius.pact:provider:jar:4.6.8'