grpc-starter-dependencies
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.danielliu1123</groupId>
<artifactId>grpc-starter-dependencies</artifactId>
<version>4.0.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
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>io.github.danielliu1123</groupId>
<artifactId>grpc-starter-dependencies</artifactId>
<version>4.0.0</version>
<packaging>pom</packaging>
<name>grpc-starter-dependencies</name>
<description>grpc-starter-dependencies</description>
<url>https://github.com/DanielLiu1123/grpc-starter</url>
<licenses>
<license>
<name>MIT License</name>
<url>https://opensource.org/license/mit</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>Freeman</id>
<name>Freeman Liu</name>
<email>freemanlau1228@gmail.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/DanielLiu1123/grpc-starter.git</connection>
<developerConnection>scm:git:ssh@github.com/DanielLiu1123/grpc-starter.git</developerConnection>
<url>https://github.com/DanielLiu1123/grpc-starter</url>
</scm>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.github.danielliu1123</groupId>
<artifactId>grpc-client-boot-autoconfigure</artifactId>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>io.github.danielliu1123</groupId>
<artifactId>grpc-server-boot-autoconfigure</artifactId>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>io.github.danielliu1123</groupId>
<artifactId>grpc-metrics</artifactId>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>io.github.danielliu1123</groupId>
<artifactId>grpc-test</artifactId>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>io.github.danielliu1123</groupId>
<artifactId>grpc-tracing</artifactId>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>io.github.danielliu1123</groupId>
<artifactId>grpc-transcoding</artifactId>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>io.github.danielliu1123</groupId>
<artifactId>grpc-transcoding-springdoc</artifactId>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>io.github.danielliu1123</groupId>
<artifactId>grpc-validation</artifactId>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>io.github.danielliu1123</groupId>
<artifactId>grpc-boot-starter</artifactId>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>io.github.danielliu1123</groupId>
<artifactId>grpc-client-boot-starter</artifactId>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>io.github.danielliu1123</groupId>
<artifactId>grpc-server-boot-starter</artifactId>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>io.github.danielliu1123</groupId>
<artifactId>grpc-starter-metrics</artifactId>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>io.github.danielliu1123</groupId>
<artifactId>grpc-starter-protovalidate</artifactId>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>io.github.danielliu1123</groupId>
<artifactId>grpc-starter-test</artifactId>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>io.github.danielliu1123</groupId>
<artifactId>grpc-starter-tracing</artifactId>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>io.github.danielliu1123</groupId>
<artifactId>grpc-starter-transcoding</artifactId>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>io.github.danielliu1123</groupId>
<artifactId>grpc-starter-transcoding-springdoc</artifactId>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>io.github.danielliu1123</groupId>
<artifactId>grpc-starter-validation</artifactId>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>api-common</artifactId>
<version>2.55.1</version>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-common-protos</artifactId>
<version>2.59.2</version>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<version>1.3.2</version>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-bom</artifactId>
<version>1.77.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-bom</artifactId>
<version>4.33.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
</project>