Download protostuff-parser-2.0.0-alpha39.jar file - Jar p

Jar examples for p:protostuff-parser

Description

parser for .proto files

You can download jar file protostuff-parser 2.0.0-alpha39 in this page.

Build File

You can use the following script to add protostuff-parser-2.0.0-alpha39.jar to your project.

<dependency>
   <groupId>io.protostuff</groupId>
   <artifactId>protostuff-parser</artifactId>
   <version>2.0.0-alpha39</version>
</dependency>
compile group: 'io.protostuff', name: 'protostuff-parser', version: '2.0.0-alpha39'
libraryDependencies += "io.protostuff" % "protostuff-parser" % "2.0.0-alpha39"
<dependency org="io.protostuff" name="protostuff-parser" rev="2.0.0-alpha39"/>
@Grapes(@Grab(group='io.protostuff', module='protostuff-parser', version='2.0.0-alpha39'))
'io.protostuff:protostuff-parser:jar:2.0.0-alpha39'

Download

Click the following link to download the jar file.

protostuff-parser-2.0.0-alpha39-javadoc.jar
protostuff-parser-2.0.0-alpha39-sources.jar
protostuff-parser-2.0.0-alpha39.jar
protostuff-parser-2.0.0-alpha39.pom



Related Tutorials