grpc-ecosystem-protoc-gen-openapiv2
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.engine</groupId>
<artifactId>grpc-ecosystem-protoc-gen-openapiv2</artifactId>
<version>2.2.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">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>com.engine</groupId>
<artifactId>grpc-ecosystem-protoc-gen-openapiv2</artifactId>
<version>2.2.0</version>
<name>grpc-ecosystem-protoc-gen-openapiv2</name>
<description>Packaged protoc-gen-openapiv2 protos to support Gradle Protobuf Plugin protoc invocation.</description>
<url>https://github.com/engine-public/engine-partner-api/blob/2.2.0/grpc-ecosystem-protoc-gen-openapiv2/README.md</url>
<inceptionYear>2025</inceptionYear>
<licenses>
<license>
<name>Apache-2.0</name>
<url>https://github.com/engine-public/engine-partner-api/blob/2.2.0/LICENSE</url>
</license>
<license>
<name>BSD-3-Clause</name>
<url>https://github.com/grpc-ecosystem/grpc-gateway/blob/v2.25.1/LICENSE</url>
</license>
</licenses>
<developers>
<developer>
<organizationUrl>https://github.com/engine-public</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/engine-public/engine-partner-api.git</connection>
<developerConnection>scm:git:https://github.com/engine-public/engine-partner-api.git</developerConnection>
<url>https://github.com/engine-public/engine-partner-api</url>
</scm>
<dependencies>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.25.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-kotlin</artifactId>
<version>3.25.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>1.9.22</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>