Download protoc-jar-3.0.0-b3.jar file - Jar p

Jar examples for p:protoc-jar

Description

Protocol Buffers compiler - executable JAR and API

You can download jar file protoc-jar 3.0.0-b3 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add protoc-jar-3.0.0-b3.jar to your project.

<dependency>
   <groupId>com.github.os72</groupId>
   <artifactId>protoc-jar</artifactId>
   <version>3.0.0-b3</version>
</dependency>
compile group: 'com.github.os72', name: 'protoc-jar', version: '3.0.0-b3'
libraryDependencies += "com.github.os72" % "protoc-jar" % "3.0.0-b3"
<dependency org="com.github.os72" name="protoc-jar" rev="3.0.0-b3"/>
@Grapes(@Grab(group='com.github.os72', module='protoc-jar', version='3.0.0-b3'))
'com.github.os72:protoc-jar:jar:3.0.0-b3'

Download

Click the following link to download the jar file.

protoc-jar-3.0.0-b3-javadoc.jar
protoc-jar-3.0.0-b3-sources.jar
protoc-jar-3.0.0-b3.jar
protoc-jar-3.0.0-b3.pom



Related Tutorials