kotpb-grpc-codegen
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.kotpb</groupId>
<artifactId>kotpb-grpc-codegen</artifactId>
<version>0.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">
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.kotpb</groupId>
<artifactId>kotpb-grpc-codegen</artifactId>
<version>0.2.0</version>
<packaging>pom</packaging>
<name>kotpb-grpc-codegen</name>
<description>Pure-Kotlin protoc plugin for gRPC Kotlin coroutine stubs. Ships per-platform native binaries (no JVM required) and a classifier=jvm fat-JAR fallback for unsupported platforms.</description>
<url>https://github.com/Kotpb/kotpb-grpc-codegen</url>
<licenses>
<license>
<name>Apache-2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>kotpb</id>
<name>Kotpb maintainers</name>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/Kotpb/kotpb-grpc-codegen.git</connection>
<developerConnection>scm:git:ssh://github.com/Kotpb/kotpb-grpc-codegen.git</developerConnection>
<url>https://github.com/Kotpb/kotpb-grpc-codegen</url>
</scm>
</project>