Download protoparser-4.0.3.jar file - Jar p

Jar examples for p:protoparser

Description

Basic parser for protocol buffer schema declarations.

You can download jar file protoparser 4.0.3 in this page.

License

Apache 2.0

Build File

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

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

Download

Click the following link to download the jar file.

protoparser-4.0.3-javadoc.jar
protoparser-4.0.3-sources.jar
protoparser-4.0.3.jar
protoparser-4.0.3.pom



Related Tutorials