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>io.specmatic</groupId>
    <artifactId>specmatic-core</artifactId>
    <version>2.0.21</version>
</dependency>

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

NOTE: Group ID in.specmatic has moved to io.specmatic

Updates will no longer be available under the deprecated Group ID in.specmatic, We kindly request that you update your dependencies to use the new Group ID io.specmatic instead.