Specmatic Open Source
Open Source CLI standalone executable
Download the latest Specmatic standalone executable from the following sources:
- Github
- Maven Central
- Docker Hub -
docker pull specmatic/specmatic
Read our “Getting started (in 5 min)” section learn more about using the standalone executable.
Specmatic Open Source as a library
<dependency>
<groupId>io.specmatic</groupId>
<artifactId>specmatic-core</artifactId>
<version>2.17.3</version>
</dependency>
<!-- Optional dependency to run contract tests on Provider -->
<dependency>
<groupId>io.specmatic</groupId>
<artifactId>junit5-support</artifactId>
<version>2.17.3</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.
Specmatic Commercial offerings
Specmatic Studio
Specmatic Studio can be downloaded from the following sources:
- Docker Hub -
docker pull specmatic/specmatic-studio
- As a JAR file from Specmatic Repository
Specmatic Kafka
Specmatic Kafka can be downloaded from the following sources:
- Docker Hub -
docker pull specmatic/specmatic-kafka
- As a JAR file from Specmatic Repository
Specmatic OpenAPI
Specmatic OpenAPI can be downloaded from the following sources:
- Docker Hub -
docker pull specmatic/specmatic-openapi
- As a JAR file from Specmatic Repository