Download jprotobuf-protoparser-1.0.0.jar file - Jar j

Jar examples for j:jprotobuf-protoparser

Description

Basic parser for protocol buffer schema declarations.

You can download jar file jprotobuf-protoparser 1.0.0 in this page.

License

Apache 2.0

Build File

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

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

Download

Click the following link to download the jar file.

jprotobuf-protoparser-1.0.0-javadoc.jar
jprotobuf-protoparser-1.0.0-sources.jar
jprotobuf-protoparser-1.0.0.jar
jprotobuf-protoparser-1.0.0.pom



Related Tutorials