MVN

info.novatec.testit : pact

Maven & Gradle

Mar 20, 2020
3 stars

testIT | Pact Libraries · A collection of Pact (https://docs.pact.io) related libraries.

<dependency>
    <groupId>info.novatec.testit</groupId>
    <artifactId>pact</artifactId>
    <version>0.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of info.novatec.testit : pact to add to Maven - Latest Versions:

  • Latest Stable: 0.5.0

All Versions

Choose a version of info.novatec.testit : pact to add to Maven - All Versions:

Version Vulnerabilities Updated
0.5.x
pact-0.5.0
0.4.x
pact-0.4.0
0.3.x
pact-0.3.0
0.2.x
pact-0.2.2
pact-0.2.1
pact-0.2.0
0.1.x
pact-0.1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>info.novatec.testit</groupId>
    <artifactId>pact</artifactId>
    <version>0.5.0</version>
</dependency>

Advertisement