Python
Quick Start
Features
Contract Files
Server facing example : Key Value Server
Client facing example : Key Value Client
Matching
Tagging and Filtering
Contract Repository
Building the library from source
Contributing
Support
Release Notes
Python
Docs
»
Building the library from source
View page source
Building the library from source
ΒΆ
You’ll need the following
Java 1.8
Maven 3.3.3
Groovy 2.4.5
Steps
git clone
https://github.com/harmingcola/contract
mvn clean install
The build enforces 95% code unit test coverage.