- Protocol Buffers
- Protocol Buffers to Java Code
- Language Guide (proto3)
- Download and install the protocol buffer compiler
- 项目Maven引入
<!-- latest version--> <dependency> <groupId>com.google.protobuf</groupId> <artifactId>protobuf-java</artifactId> <version>4.0.0-rc-2</version> </dependency>
- optional maven import:
<dependency> <groupId>com.google.protobuf</groupId> <artifactId>protobuf-java-util</artifactId> <version>4.0.0-rc-2</version> </dependency>
- 项目Maven引入
-
Notifications
You must be signed in to change notification settings - Fork 0
License
realalvin/grpc-demo
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published