Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions _docs/grpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Add the extension JAR dependency to your project:
Gradle:

```gradle
implementation 'org.wiremock:wiremock-grpc-extension:{{ site.grpc_extension_version }}'
testImplementation 'org.wiremock:wiremock-grpc-extension:{{ site.grpc_extension_version }}'
```

Maven:
Expand All @@ -42,6 +42,7 @@ Maven:
<groupId>org.wiremock</groupId>
<artifactId>wiremock-grpc-extension</artifactId>
<version>{{ site.grpc_extension_version }}</version>
<scope>test</scope>
</dependency>
```

Expand Down Expand Up @@ -174,4 +175,4 @@ gRPC stubs are defined using WireMock's standard JSON format. Requests should al

## More Demos

For more see the [standalone demo project](https://github.com/wiremock/wiremock-grpc-demos/tree/main/standalone).
For more see the [standalone demo project](https://github.com/wiremock/wiremock-grpc-demos/tree/main/standalone).