Categories |
CategoriesJUnit Unit Testing Wire Data Data Structures |
---|---|
GroupId | GroupIdcom.thomaskasene.wiremock |
ArtifactId | ArtifactIdwiremock-junit-extension |
Version | Version0.1.3.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.thomaskasene.wiremock/wiremock-junit-extension/ -->
<dependency>
<groupId>com.thomaskasene.wiremock</groupId>
<artifactId>wiremock-junit-extension</artifactId>
<version>0.1.3.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.thomaskasene.wiremock/wiremock-junit-extension/
implementation 'com.thomaskasene.wiremock:wiremock-junit-extension:0.1.3.RELEASE'
// https://jarcasting.com/artifacts/com.thomaskasene.wiremock/wiremock-junit-extension/
implementation ("com.thomaskasene.wiremock:wiremock-junit-extension:0.1.3.RELEASE")
'com.thomaskasene.wiremock:wiremock-junit-extension:jar:0.1.3.RELEASE'
<dependency org="com.thomaskasene.wiremock" name="wiremock-junit-extension" rev="0.1.3.RELEASE">
<artifact name="wiremock-junit-extension" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thomaskasene.wiremock', module='wiremock-junit-extension', version='0.1.3.RELEASE')
)
libraryDependencies += "com.thomaskasene.wiremock" % "wiremock-junit-extension" % "0.1.3.RELEASE"
[com.thomaskasene.wiremock/wiremock-junit-extension "0.1.3.RELEASE"]