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