Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 775 Bytes

RELEASE_NOTES.md

File metadata and controls

23 lines (17 loc) · 775 Bytes

Maven Central JavaDoc

Bug Fixes:

  • Fixed release process TEst

Maven Central coordinates for this release

<dependency>
    <groupId>de.skuzzle.springboot.test</groupId>
    <artifactId>spring-boot-wiremock</artifactId>
    <version>0.0.18</version>
    <scope>test</scope>
</dependency>

Gradle coordinates for this release

testImplementation 'de.skuzzle.springboot.test:spring-boot-wiremock:0.0.18'