grpc-starter-dependencies
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.danielliu1123</groupId> <artifactId>grpc-starter-dependencies</artifactId> <version>3.3.5.2</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>3.3.5.2</version> <packaging>pom</packaging> <developers> <developer> <id>Freeman</id> <name>Freeman Lau</name> <email>freemanlau1228@gmail.com</email> </developer> </developers> <dependencyManagement> <dependencies> <dependency> <groupId>io.github.danielliu1123</groupId> <artifactId>grpc-client-boot-autoconfigure</artifactId> <version>3.3.5.2</version> </dependency> <dependency> <groupId>io.github.danielliu1123</groupId> <artifactId>grpc-server-boot-autoconfigure</artifactId> <version>3.3.5.2</version> </dependency> <dependency> <groupId>io.github.danielliu1123</groupId> <artifactId>grpc-metrics</artifactId> <version>3.3.5.2</version> </dependency> <dependency> <groupId>io.github.danielliu1123</groupId> <artifactId>grpc-test</artifactId> <version>3.3.5.2</version> </dependency> <dependency> <groupId>io.github.danielliu1123</groupId> <artifactId>grpc-tracing</artifactId> <version>3.3.5.2</version> </dependency> <dependency> <groupId>io.github.danielliu1123</groupId> <artifactId>grpc-transcoding</artifactId> <version>3.3.5.2</version> </dependency> <dependency> <groupId>io.github.danielliu1123</groupId> <artifactId>grpc-validation</artifactId> <version>3.3.5.2</version> </dependency> <dependency> <groupId>io.github.danielliu1123</groupId> <artifactId>grpc-boot-starter</artifactId> <version>3.3.5.2</version> </dependency> <dependency> <groupId>io.github.danielliu1123</groupId> <artifactId>grpc-client-boot-starter</artifactId> <version>3.3.5.2</version> </dependency> <dependency> <groupId>io.github.danielliu1123</groupId> <artifactId>grpc-server-boot-starter</artifactId> <version>3.3.5.2</version> </dependency> <dependency> <groupId>io.github.danielliu1123</groupId> <artifactId>grpc-starter-metrics</artifactId> <version>3.3.5.2</version> </dependency> <dependency> <groupId>io.github.danielliu1123</groupId> <artifactId>grpc-starter-protovalidate</artifactId> <version>3.3.5.2</version> </dependency> <dependency> <groupId>io.github.danielliu1123</groupId> <artifactId>grpc-starter-test</artifactId> <version>3.3.5.2</version> </dependency> <dependency> <groupId>io.github.danielliu1123</groupId> <artifactId>grpc-starter-tracing</artifactId> <version>3.3.5.2</version> </dependency> <dependency> <groupId>io.github.danielliu1123</groupId> <artifactId>grpc-starter-transcoding</artifactId> <version>3.3.5.2</version> </dependency> <dependency> <groupId>io.github.danielliu1123</groupId> <artifactId>grpc-starter-validation</artifactId> <version>3.3.5.2</version> </dependency> <dependency> <groupId>com.google.api</groupId> <artifactId>api-common</artifactId> <version>2.40.0</version> </dependency> <dependency> <groupId>com.google.api.grpc</groupId> <artifactId>proto-google-common-protos</artifactId> <version>2.41.0</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.68.1</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>com.google.protobuf</groupId> <artifactId>protobuf-bom</artifactId> <version>3.25.5</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> </project>