os72 / protobuf-java-shaded-3-11-1

Protocol Buffer Java API - shaded version 3.11.1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

protobuf-java-shaded-3-11-1

Protocol Buffer Java API - shaded version 3.11.1. Available on Maven Central

Maven Central


Provides protobuf-java 3.11.1 in a separate namespace com.github.os72.protobuf_3_11_1 to help resolve runtime compatibility issues when other protobuf-java versions are needed in the same application

See also

Usage

  • Use package dependency protobuf-java-shaded-3-11-1 instead of protobuf-java
  • Use Java namespace com.github.os72.protobuf_3_11_1 instead of com.google.protobuf

Note that the namespace replacement must be applied to code generated by the protoc compiler as well. protoc-jar (option --java_shaded_out) and protoc-jar-maven-plugin (output type java-shaded) support this feature out of the box

Maven dependency

<dependency>
  <groupId>com.github.os72</groupId>
  <artifactId>protobuf-java-shaded-3-11-1</artifactId>
  <version>0.9</version>
</dependency>
<dependency>
  <groupId>com.github.os72</groupId>
  <artifactId>protobuf-java-util-shaded-3-11-1</artifactId>
  <version>0.9</version>
</dependency>
<dependency>
  <groupId>com.github.os72</groupId>
  <artifactId>protobuf-javalite-shaded-3-11-1</artifactId>
  <version>0.9</version>
</dependency>

About

Protocol Buffer Java API - shaded version 3.11.1

License:Other


Languages

Language:Java 96.1%Language:C++ 3.7%Language:Perl 0.1%Language:Shell 0.1%Language:Pawn 0.1%Language:Awk 0.0%