An open API service indexing awesome lists of open source software.

https://github.com/os72/protobuf-java-shaded-261

Protocol Buffer Java API - shaded version 2.6.1
https://github.com/os72/protobuf-java-shaded-261

java protobuf protobuf-java protocol-buffers

Last synced: about 1 month ago
JSON representation

Protocol Buffer Java API - shaded version 2.6.1

Awesome Lists containing this project

README

          

protobuf-java-shaded-261
========================

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

[![Maven Central](https://img.shields.io/badge/maven%20central-0.9-brightgreen.svg)](http://search.maven.org/#artifactdetails|com.github.os72|protobuf-java-shaded-261|0.9|)
* http://central.maven.org/maven2/com/github/os72/protobuf-java-shaded-261/0.9/

---

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

See also
* https://github.com/os72/protoc-jar
* https://github.com/os72/protoc-jar-maven-plugin
* https://github.com/google/protobuf

#### Usage

* Use package dependency `protobuf-java-shaded-261` instead of `protobuf-java`
* Use Java namespace `com.github.os72.protobuf261` 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
```xml

com.github.os72
protobuf-java-shaded-261
0.9

```