protoc-gen-grpc-rest-gateway-plugin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.sfali23</groupId> <artifactId>protoc-gen-grpc-rest-gateway-plugin</artifactId> <version>0.8.10</version> </dependency>
<?xml version='1.0' encoding='UTF-8'?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"> <modelVersion>4.0.0</modelVersion> <groupId>io.github.sfali23</groupId> <artifactId>protoc-gen-grpc-rest-gateway-plugin</artifactId> <packaging>jar</packaging> <description>protoc-gen-grpc-rest-gateway-plugin</description> <url>https://github.com/sfali/grpc-rest-gateway</url> <version>0.8.10</version> <licenses> <license> <name>APL2</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <name>protoc-gen-grpc-rest-gateway-plugin</name> <organization> <name>io.github.sfali23</name> <url>https://github.com/sfali/grpc-rest-gateway</url> </organization> <scm> <url>https://github.com/sfali/grpc-rest-gateway</url> <connection>scm:git@github.com:sfali/grpc-rest-gateway.git</connection> </scm> <developers> <developer> <id>sfali</id> <name>Syed Farhan Ali</name> <url>https://github.com/sfali/grpc-rest-gateway</url> <email>syed.f.ali@improving.com</email> </developer> </developers> <properties> <info.versionScheme>semver-spec</info.versionScheme> </properties> </project>