Categories |
CategoriesWire Data Data Structures |
---|---|
GroupId | GroupIdcom.github.tomakehurst |
ArtifactId | ArtifactIdwiremock |
Version | Version1.22 |
Type | Typejar |
Filename | Size |
---|---|
wiremock-1.22.pom | |
wiremock-1.22.jar | 103 KB |
wiremock-1.22-standalone.jar | 4 MB |
wiremock-1.22-sources.jar | 74 KB |
wiremock-1.22-javadoc.jar | 238 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tomakehurst/wiremock/ -->
<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock</artifactId>
<version>1.22</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tomakehurst/wiremock/
implementation 'com.github.tomakehurst:wiremock:1.22'
// https://jarcasting.com/artifacts/com.github.tomakehurst/wiremock/
implementation ("com.github.tomakehurst:wiremock:1.22")
'com.github.tomakehurst:wiremock:jar:1.22'
<dependency org="com.github.tomakehurst" name="wiremock" rev="1.22">
<artifact name="wiremock" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tomakehurst', module='wiremock', version='1.22')
)
libraryDependencies += "com.github.tomakehurst" % "wiremock" % "1.22"
[com.github.tomakehurst/wiremock "1.22"]