Download jprotobuf-1.10.2.jar file - Jar j

Jar examples for j:jprotobuf

Description

A very useful utility library for java programmer using google protobuf.

You can download jar file jprotobuf 1.10.2 in this page.

License

Apache 2.0

Build File

You can use the following script to add jprotobuf-1.10.2.jar to your project.

<dependency>
   <groupId>com.baidu</groupId>
   <artifactId>jprotobuf</artifactId>
   <version>1.10.2</version>
</dependency>
compile group: 'com.baidu', name: 'jprotobuf', version: '1.10.2'
libraryDependencies += "com.baidu" % "jprotobuf" % "1.10.2"
<dependency org="com.baidu" name="jprotobuf" rev="1.10.2"/>
@Grapes(@Grab(group='com.baidu', module='jprotobuf', version='1.10.2'))
'com.baidu:jprotobuf:jar:1.10.2'

Download

Click the following link to download the jar file.

jprotobuf-1.10.2-jar-with-dependencies.jar
jprotobuf-1.10.2-javadoc.jar
jprotobuf-1.10.2-sources.jar
jprotobuf-1.10.2.jar
jprotobuf-1.10.2.pom



Related Tutorials