Hi all,

protoc-jar & protoc-jar-maven-plugin are now also updated for 2.6.1 support

They're convenience JARs containing pre-built protoc binaries for Linux, 
Mac/OSX, and Windows, providing a bit of portability. The packages detect 
the platform and execute the corresponding binary.

protoc-jar can be used as executable JAR or via API, 
protoc-jar-maven-plugin is a code generation plugin for maven.
Both packages are published to Maven Central

https://github.com/os72/protoc-jar
https://github.com/os72/protoc-jar-maven-plugin

Cheers
--Oliver

$ java -jar protoc-jar-2.6.1.3.jar --version
protoc-jar: protoc version: 261, detected platform: windows 8/amd64
protoc-jar: executing: [C:\cygwin64\tmp\protoc512014267302891752.exe, --version]
libprotoc 2.6.1



import com.github.os72.protocjar.Protoc;...String[] args = 
{"--help"};Protoc.runProtoc(args);


-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to protobuf+unsubscr...@googlegroups.com.
To post to this group, send email to protobuf@googlegroups.com.
Visit this group at http://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.

Reply via email to