Download

Download the latest Specmatic standalone executable from the following sources:

Read our “Getting started (in 5 min)” section learn more about using the standalone executable.

Maven dependencies

<dependency>
    <groupId>in.specmatic</groupId>
    <artifactId>specmatic-core</artifactId>
    <version>1.3.12</version>
</dependency>

<!-- Optional dependency to run the contract as test on Provider -->
<dependency>
    <groupId>in.specmatic</groupId>
    <artifactId>junit5-support</artifactId>
    <version>1.3.12</version>
</dependency>