Skip to content

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 22 Aug 08:08
· 28 commits to main since this release

Use it

Pin the BOM once and every Stubborn Contract module lines up:

<dependencyManagement>
  <dependencies>
    <dependency>
      <groupId>sh.stubborn</groupId>
      <artifactId>stubborn-contract-dependencies</artifactId>
      <version>0.1.1</version>
      <type>pom</type>
      <scope>import</scope>
    </dependency>
  </dependencies>
</dependencyManagement>

All libraries are on Maven Central.

Standalone stub runner

Prefer running the stub runner as a server? Download
stubborn-contract-stub-runner-app-0.1.1-exec.jar below (SHA-256 alongside) and run:

java -jar stubborn-contract-stub-runner-app-0.1.1-exec.jar

This executable jar is published here rather than to Maven Central.

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.1.1