You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a simple Java library containing a [protocol buffer](https://developers.google.com/protocol-buffers) model and serializer. It can be used in case you want to generate [\*.proto files](https://developers.google.com/protocol-buffers/docs/proto3) within a Java application. We currently support [proto3](https://developers.google.com/protocol-buffers/docs/proto3) only.
5
5
@@ -72,6 +72,23 @@ service SampleService {
72
72
```
73
73
Nesting messages is not supported yet.
74
74
75
+
### Publication
76
+
The library is published to Maven central. Thus, you can easily use it in your project with Gradle or Maven:
Contribution is always welcome! Create an issue if you just want to report a bug or missing feature. In case you want to implement a change/bugfix by yourself, follow these steps:
0 commit comments