Skip to content

Commit

Permalink
Merge pull request #156 from wiremock/oleg-nenashev-patch-1
Browse files Browse the repository at this point in the history
Fix Maven bogus version in downloads
  • Loading branch information
oleg-nenashev authored Aug 30, 2023
2 parents 6bd87d0 + c5d55dc commit 955864c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _docs/download-and-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,21 +40,21 @@ docker run -it --rm -p 8080:8080 --name wiremock \
<dependency>
<groupId>org.wiremock</groupId>
<artifactId>wiremock-standalone</artifactId>
<version>{{ site.wiremock_beta_version }}</version>
<version>{{ site.wiremock_version }}</version>
<scope>test</scope>
</dependency>
```

### Gradle

```groovy
testImplementation "org.wiremock:wiremock-standalone:{{ site.wiremock_beta_version }}"
testImplementation "org.wiremock:wiremock-standalone:{{ site.wiremock_version }}"
```

Learn more in the [Docker guide](../docker).

### Direct download

If you want to run WireMock as a standalone process you can
<a id="wiremock-standalone-download" href="https://repo1.maven.org/maven2/org/wiremock/wiremock-standalone/{{ site.wiremock_beta_version }}/wiremock-standalone-{{ site.wiremock_beta_version }}.jar">download the standalone JAR from
<a id="wiremock-standalone-download" href="https://repo1.maven.org/maven2/org/wiremock/wiremock-standalone/{{ site.wiremock_version }}/wiremock-standalone-{{ site.wiremock_version }}.jar">download the standalone JAR from
here</a>

0 comments on commit 955864c

Please sign in to comment.