wiremock-grpc-extension-standalone
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.wiremock</groupId>
<artifactId>wiremock-grpc-extension-standalone</artifactId>
<version>0.11.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.wiremock</groupId>
<artifactId>wiremock-grpc-extension-standalone</artifactId>
<version>0.11.0</version>
<description>Mock gRPC services with WireMock standalone</description>
<name>WireMock Extension for gRPC</name>
<url>https://wiremock.org</url>
<scm>
<connection>https://github.com/wiremock/wiremock-grpc-extension.git</connection>
<developerConnection>https://github.com/wiremock/wiremock-grpc-extension.git</developerConnection>
<url>https://github.com/wiremock/wiremock-grpc-extension</url>
</scm>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/license/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>tomakehurst</id>
<name>Tom Akehurst</name>
</developer>
</developers>
</project>