{"id":56204,"library":"wiremock-jre8-standalone","title":"WireMock JRE8 Standalone","description":"WireMock is a flexible API mocking tool for HTTP-based services.","status":"active","version":"3.0.1","language":"java","source_language":null,"source_url":"https://github.com/wiremock/wiremock","tags":["mocking","http","testing"],"install":[{"cmd":"<dependency>\n  <groupId>com.github.tomakehurst</groupId>\n  <artifactId>wiremock-jre8-standalone</artifactId>\n  <version>3.0.1</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'com.github.tomakehurst:wiremock-jre8-standalone:3.0.1'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"WireMockServer","correct":"com.github.tomakehurst.wiremock.WireMockServer"}],"quickstart":{"code":"import com.github.tomakehurst.wiremock.WireMockServer;\nimport static com.github.tomakehurst.wiremock.client.WireMock.*;\nWireMockServer wireMockServer = new WireMockServer();\nwireMockServer.start();\nstubFor(get(urlEqualTo(\"/test\")).willReturn(aResponse().withBody(\"Hello\")));","lang":"java","description":"Start a WireMock server and stub a GET endpoint"},"warnings":[{"fix":"Use version 2.x if upgrading from older projects, or migrate to new API.","message":"WireMock 3.x has breaking changes from 2.x, including package restructuring.","severity":"breaking","affected_versions":">=3.0.0"}],"env_vars":null,"search_vec":"'api':8 'base':14 'flexibl':7 'http':13,17 'http-base':12 'jre8':2 'mock':9,16 'servic':15 'standalon':3 'test':18 'tool':10 'wiremock':1,4","created_at":"2026-06-15T10:25:25.413841+00:00","updated_at":"2026-06-15T10:25:25.413841+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://wiremock.org","github":"https://github.com/wiremock/wiremock","docs":"https://appdoc.app/artifact/com.github.tomakehurst/wiremock-jre8-standalone/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["testing"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}